Changes between Version 42 and Version 43 of Help/CommandLineOptions
- Timestamp:
- 2021-01-19T11:49:26+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/CommandLineOptions
v42 v43 23 23 24 24 **Note:** The term {{{josm.jar}}} is a common abbreviation for the file names ''josm-tested.jar'' and ''josm-latest.jar''. 25 The name''josm.jnlp'' also stands for ''josm-latest.jnlp''.25 The term ''josm.jnlp'' also stands for ''josm-latest.jnlp''. 26 26 As usual the command line arguments are separated by space from each other. 27 27 … … 93 93 -Djosm.dir.name=JOSM Change the JOSM directory name 94 94 -Djosm.pref=/PATH/TO/JOSM/PREF Set the preferences directory 95 Default: C:\Users\name\AppData\Roaming\JOSM 95 Default (Linux XDG): /home/name/.config/JOSM 96 Default (Windows): C:\Users\name\AppData\Roaming\JOSM 96 97 -Djosm.userdata=/PATH/TO/JOSM/USERDATA Set the user data directory 97 Default: /home/name/.local/share/JOSM 98 Default (Linux XDG): /home/name/.local/share/JOSM 99 Default (Windows): C:\Users\name\AppData\Roaming\JOSM 98 100 -Djosm.cache=/PATH/TO/JOSM/CACHE Set the cache directory 99 Default: <...> 101 Default (Linux XDG): /home/name/.cache/JOSM 102 Default (Windows): C:\Users\name\AppData\Local\JOSM\cache 100 103 -Djosm.home=/PATH/TO/JOSM/HOMEDIR Set the common directory for preferences, 101 104 user data and ./cache/. Lower precedence.