Changeset 5365 in josm
- Timestamp:
- 2012-07-25T16:07:55+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r5363 r5365 102 102 "\t--geometry=widthxheight(+|-)x(+|-)y "+tr("Standard unix geometry argument")+"\n"+ 103 103 "\t[--download=]minlat,minlon,maxlat,maxlon "+tr("Download the bounding box")+"\n"+ 104 "\t[--download=]< url> "+tr("Download the location at the url(with lat=x&lon=y&zoom=z)")+"\n"+104 "\t[--download=]<URL> "+tr("Download the location at the URL (with lat=x&lon=y&zoom=z)")+"\n"+ 105 105 "\t[--download=]<filename> "+tr("Open a file (any file type that can be opened with File/Open)")+"\n"+ 106 "\t--downloadgps=minlat,minlon,maxlat,maxlon "+tr("Download the bounding box as raw gps")+"\n"+107 "\t--downloadgps=< url> "+tr("Download the location at the url (with lat=x&lon=y&zoom=z) as raw gps")+"\n"+106 "\t--downloadgps=minlat,minlon,maxlat,maxlon "+tr("Download the bounding box as raw GPS")+"\n"+ 107 "\t--downloadgps=<URL> "+tr("Download the location at the URL (with lat=x&lon=y&zoom=z) as raw GPS")+"\n"+ 108 108 "\t--selection=<searchstring> "+tr("Select with the given search")+"\n"+ 109 109 "\t--[no-]maximize "+tr("Launch in maximized mode")+"\n"+ … … 112 112 "\t--set=<key>=<value> "+tr("Set preference key to value")+"\n\n"+ 113 113 "\t--language=<language> "+tr("Set the language")+"\n\n"+ 114 "\t--version "+tr("Displays the JOSM version and exits")+"\n\n"+ 114 115 tr("options provided as Java system properties")+":\n"+ 115 116 "\t-Djosm.home="+tr("/PATH/TO/JOSM/FOLDER/ ")+tr("Change the folder for all user settings")+"\n\n"+
Note:
See TracChangeset
for help on using the changeset viewer.