* More help message improvements.
authorUrban Wallasch <urban.wallasch@freenet.de>
Tue, 11 May 2021 13:15:15 +0000 (15:15 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Tue, 11 May 2021 13:15:15 +0000 (15:15 +0200)
ffpreview.py

index 867bafd1783b09c43c25f3904998ae66dc3e12fb..b3474715b6aa076d72a8ca77cb28da7fafe06df6 100755 (executable)
@@ -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'