Changeset 7843 in josm for trunk/src


Ignore:
Timestamp:
2014-12-20T01:35:38+01:00 (9 years ago)
Author:
Don-vip
Message:

update help and man pages

File:
1 edited

Legend:

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

    r7493 r7843  
    135135                "\t--offline=<osm_api|josm_website|all>      "+tr("Disable access to the given resource(s), separated by comma")+"\n\n"+
    136136                tr("options provided as Java system properties")+":\n"+
    137                 "\t-Djosm.home="+tr("/PATH/TO/JOSM/FOLDER/         ")+tr("Change the folder for all user settings")+"\n\n"+
     137                "\t-Djosm.pref="    +tr("/PATH/TO/JOSM/PREF    ")+tr("Set the preferences directory")+"\n\n"+
     138                "\t-Djosm.userdata="+tr("/PATH/TO/JOSM/USERDATA")+tr("Set the user data directory")+"\n\n"+
     139                "\t-Djosm.cache="   +tr("/PATH/TO/JOSM/CACHE   ")+tr("Set the cache directory")+"\n\n"+
     140                "\t-Djosm.home="    +tr("/PATH/TO/JOSM/HOMEDIR ")+
     141                tr("Relocate all 3 directories to homedir. Cache directory will be in homedir/cache")+"\n\n"+
     142                tr("-Djosm.home has lower precedence, i.e. the specific setting overrides the general one")+"\n\n"+
    138143                tr("note: For some tasks, JOSM needs a lot of memory. It can be necessary to add the following\n" +
    139144                        "      Java option to specify the maximum size of allocated memory in megabytes")+":\n"+
     
    144149                        "\tjava -jar josm.jar london.osm --selection=http://www.ostertag.name/osm/OSM_errors_node-duplicate.xml\n"+
    145150                        "\tjava -jar josm.jar 43.2,11.1,43.4,11.4\n"+
     151                        "\tjava -Djosm.pref=$XDG_CONFIG_HOME -Djosm.userdata=$XDG_DATA_HOME -Djosm.cache=$XDG_CACHE_HOME -jar josm.jar\n"+
    146152                        "\tjava -Djosm.home=/home/user/.josm_dev -jar josm.jar\n"+
    147153                        "\tjava -Xmx1024m -jar josm.jar\n\n"+
Note: See TracChangeset for help on using the changeset viewer.