Changes between Initial Version and Version 1 of Ticket #13913


Ignore:
Timestamp:
2016-11-04T13:43:08+01:00 (8 years ago)
Author:
simon04
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13913 – Description

    initial v1  
    11Update commandline usage to include changes from r11162. Also output platform default directories.
     2
     3{{{
     4...
     5
     6options provided as Java system properties:
     7        -Djosm.dir.name=JOSM                      Change the JOSM directory name
     8
     9        -Djosm.pref=/PATH/TO/JOSM/PREF            Set the preferences directory
     10                                                  Default: /home/simon/.josm
     11
     12        -Djosm.userdata=/PATH/TO/JOSM/USERDATA    Set the user data directory
     13                                                  Default: /home/simon/.josm
     14
     15        -Djosm.cache=/PATH/TO/JOSM/CACHE          Set the cache directory
     16                                                  Default: /home/simon/.josm/cache
     17
     18        -Djosm.home=/PATH/TO/JOSM/HOMEDIR         Set the preferences+data+cache directory (cache directory will be josm.home/cache
     19
     20...
     21}}}