Changeset 5365 in josm


Ignore:
Timestamp:
2012-07-25T16:07:55+02:00 (12 years ago)
Author:
stoecker
Message:

fix help text

File:
1 edited

Legend:

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

    r5363 r5365  
    102102                "\t--geometry=widthxheight(+|-)x(+|-)y       "+tr("Standard unix geometry argument")+"\n"+
    103103                "\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"+
    105105                "\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"+
    108108                "\t--selection=<searchstring>                "+tr("Select with the given search")+"\n"+
    109109                "\t--[no-]maximize                           "+tr("Launch in maximized mode")+"\n"+
     
    112112                "\t--set=<key>=<value>                       "+tr("Set preference key to value")+"\n\n"+
    113113                "\t--language=<language>                     "+tr("Set the language")+"\n\n"+
     114                "\t--version                                 "+tr("Displays the JOSM version and exits")+"\n\n"+
    114115                tr("options provided as Java system properties")+":\n"+
    115116                "\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.