Changeset 2800 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2010-01-09T23:31:53+01:00 (14 years ago)
Author:
stoecker
Message:

fix commandline help - closes #4312 - patch by bomm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r2798 r2800  
    7676                "\t[--download=]minlat,minlon,maxlat,maxlon  "+tr("Download the bounding box")+"\n"+
    7777                "\t[--download=]<url>                        "+tr("Download the location at the url (with lat=x&lon=y&zoom=z)")+"\n"+
    78                 "\t[--download=]<filename>                   "+tr("Open file (as raw gps, if .gpx)")+"\n"+
     78                "\t[--download=]<filename>                   "+tr("Open a file (any file type that can be opened with File/Open)")+"\n"+
    7979                "\t--downloadgps=minlat,minlon,maxlat,maxlon "+tr("Download the bounding box as raw gps")+"\n"+
    8080                "\t--downloadgps=<url>                       "+tr("Download the location at the url (with lat=x&lon=y&zoom=z) as raw gps")+"\n"+
     
    8282                "\t--[no-]maximize                           "+tr("Launch in maximized mode")+"\n"+
    8383                "\t--reset-preferences                       "+tr("Reset the preferences to default")+"\n\n"+
    84                 "\t--language=<language>                     "+tr("Set the language.")+"\n\n"+
     84                "\t--language=<language>                     "+tr("Set the language")+"\n\n"+
    8585                tr("options provided as Java system properties")+":\n"+
    8686                "\t-Djosm.home="+tr("/PATH/TO/JOSM/FOLDER/         ")+tr("Change the folder for all user settings")+"\n\n"+
    8787                tr("note: For some tasks, JOSM needs a lot of memory. It can be necessary to add the following\n" +
    88                 "      Java option to increase the maximum size of allocated memory")+":\n"+
     88                "      Java option to specify the maximum size of allocated memory in megabytes")+":\n"+
    8989                "\t-Xmx...m\n\n"+
    9090                tr("examples")+":\n"+
     
    9696                "\tjava -Xmx400m -jar josm.jar\n\n"+
    9797                tr("Parameters are read in the order they are specified, so make sure you load\n"+
    98                 "some data before --selection")+"\n\n"+
    99                 tr("Instead of --download=<bbox> you may specify osm://<bbox>\n"));
     98                "some data before --selection")+"\n");
    10099    }
    101100
Note: See TracChangeset for help on using the changeset viewer.