From 12109290e0deb9d62a40793e26c1a2adf831eaa1 Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Tue, 11 May 2021 15:15:15 +0200 Subject: [PATCH] * More help message improvements. --- ffpreview.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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' -- 2.30.2