Changes between Version 26 and Version 27 of Help/CommandLineOptions
- Timestamp:
- 2018-02-19T17:37:43+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/CommandLineOptions
v26 v27 64 64 The arguments `--download`, `--downloadgps` and `--selection` are processed in this order. 65 65 The value `<url-to-xml>` can point to a local file with `file:relative/path/name.xml`. 66 More verbose than --debug is the `--trace` option. 66 67 The items in the `--offline` value are separated by comma. 67 68 … … 110 111 java -Xmx1024m -Duser.language=fr -jar josm.jar 111 112 # 112 # Log everythingin English113 java -verbose 113 # Do not get disturbed by phoning home and log debugging info in English 114 java -verbose -jar josm-latest.jar --set=message.notifier.enabled=false --language=en --debug >WhatsUp.txt 114 115 }}} 115 116