aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/euscan')
-rwxr-xr-xbin/euscan2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/euscan b/bin/euscan
index 255151b..e1c5e8c 100755
--- a/bin/euscan
+++ b/bin/euscan
@@ -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") +