diff options
author | Stefan Pöschel <github@basicmaster.de> | 2018-03-14 21:44:33 +0100 |
---|---|---|
committer | Stefan Pöschel <github@basicmaster.de> | 2018-03-14 21:44:33 +0100 |
commit | 791f66b2b537c63da53566f5668e783e5f8283ac (patch) | |
tree | c9dbabf0542d2cb3f3f7570bbcddc03749adac43 /src/odr-padenc.cpp | |
parent | 8a738dbdafdca5b55b23cd31791a9c0d48d7c9ec (diff) | |
download | ODR-PadEnc-791f66b2b537c63da53566f5668e783e5f8283ac.tar.gz ODR-PadEnc-791f66b2b537c63da53566f5668e783e5f8283ac.tar.bz2 ODR-PadEnc-791f66b2b537c63da53566f5668e783e5f8283ac.zip |
PAD: add debug output
Diffstat (limited to 'src/odr-padenc.cpp')
-rw-r--r-- | src/odr-padenc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odr-padenc.cpp b/src/odr-padenc.cpp index 8ae06f2..d684c6c 100644 --- a/src/odr-padenc.cpp +++ b/src/odr-padenc.cpp @@ -81,7 +81,7 @@ static void usage(const char* name) { " -R, --raw-slides Do not process slides. Integrity checks and resizing\n" " slides is skipped. Use this if you know what you are doing !\n" " It is useful only when -d is used\n" - " -v, --verbose Print more information to the console\n" + " -v, --verbose Print more information to the console (may be used more than once)\n" "\n" "Parameters for uniform PAD encoder only:\n" " -f, --frame-dur=DUR Enable the uniform PAD encoder and set the duration of one frame/AU in milliseconds.\n" |