Changes between Version 26 and Version 27 of Help/CommandLineOptions


Ignore:
Timestamp:
2018-02-19T17:37:43+01:00 (7 years ago)
Author:
Hb---
Comment:

Adding --trace as Program argument and improving the WhatsUp logging example.

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v26 v27  
    6464The arguments `--download`, `--downloadgps` and `--selection` are processed in this order.
    6565The value `<url-to-xml>` can point to a local file with `file:relative/path/name.xml`.
     66More verbose than --debug is the `--trace` option.
    6667The items in the `--offline` value are separated by comma.
    6768
     
    110111  java -Xmx1024m -Duser.language=fr -jar josm.jar
    111112#
    112 # Log everything in English
    113   java -verbose  -jar josm-latest.jar --language=en --debug >WhatsUp.txt
     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
    114115}}}
    115116