From: Urban Wallasch Date: Tue, 11 May 2021 13:15:15 +0000 (+0200) Subject: * More help message improvements. X-Git-Tag: v0.3~90 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=12109290e0deb9d62a40793e26c1a2adf831eaa1;p=ffpreview.git * More help message improvements. --- diff --git a/ffpreview.py b/ffpreview.py index 867bafd..b347471 100755 --- a/ffpreview.py +++ b/ffpreview.py @@ -151,9 +151,12 @@ def configure(): # parse command line arguments parser = argparse.ArgumentParser( formatter_class=argparse.RawTextHelpFormatter, - description='Generate clickable video thumbnail preview.', + description='Generate interactive video thumbnail preview.', epilog=' The -C, -i, -N, -n and -s options are mutually exclusive. If more\n' - ' than one is supplied: -C beats -i beats -N beats -n beats -s.\n' + ' than one is supplied: -C beats -i beats -N beats -n beats -s.\n\n' + ' The -r option causes ffpreview to ignore any of the -w, -C, -i\n' + ' -N, -n and -s options, provided that filename, duration, start\n' + ' and end times match, and the index file appears to be healthy.\n' '\nwindow controls:\n' ' ESC, Ctrl+Q quit application\n' ' Ctrl+G adjust window geometry to optimal fit\n'