diff options
author | volpino <fox91@anche.no> | 2013-05-01 13:56:21 +0200 |
---|---|---|
committer | volpino <fox91@anche.no> | 2013-08-26 17:08:59 +0200 |
commit | 3b2f88c68312cd4e75e641d39a7b8f5e0ae233ee (patch) | |
tree | 5bf79f186bd683286295410216715ccee8b35da5 | |
parent | fixes (diff) | |
download | euscan-3b2f88c68312cd4e75e641d39a7b8f5e0ae233ee.tar.gz euscan-3b2f88c68312cd4e75e641d39a7b8f5e0ae233ee.tar.bz2 euscan-3b2f88c68312cd4e75e641d39a7b8f5e0ae233ee.zip |
adding xml to the available formats
-rwxr-xr-x | bin/euscan | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ def print_usage(_error=None, help=None): " " * 38 + "0 means disabled", file=out) print(yellow(" -f, --format=<format>") + " - define the output " + yellow("<format>") + - " (available: json)", file=out) + " (available: json, xml)", file=out) print(yellow(" -p, --progress") + " - display a progress bar", file=out) print(yellow(" -i, --ignore-pre-release") + |