Changeset 12911 in josm for trunk


Ignore:
Timestamp:
2017-09-30T16:41:07+02:00 (7 years ago)
Author:
bastiK
Message:

see #15273 - document new features in the main help page

File:
1 edited

Legend:

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

    r12906 r12911  
    782782                +Version.getInstance().getAgentString()+"]\n\n"+
    783783                tr("usage")+":\n"+
    784                 "\tjava -jar josm.jar <options>...\n\n"+
     784                "\tjava -jar josm.jar [<command>] <options>...\n\n"+
     785                tr("commands")+":\n"+
     786                "\trunjosm     "+tr("launch JOSM (default, performed when no command is specified)")+'\n'+
     787                "\trender      "+tr("render data and save the result to an image file")+'\n'+
     788                "\tproject     "+tr("convert coordinates from one coordinate reference system to another")+"\n\n"+
     789                tr("For details on the {0} and {1} commands, run them with the {2} option.", "render", "project", "--help")+'\n'+
     790                tr("The remainder of this help page documents the {0} command.", "runjosm")+"\n\n"+
    785791                tr("options")+":\n"+
    786792                "\t--help|-h                                 "+tr("Show this help")+'\n'+
Note: See TracChangeset for help on using the changeset viewer.