From 3f21f93a3c66c5d1b6836e1f4e47fe29cf02d6ac Mon Sep 17 00:00:00 2001 From: Myke623 Date: Mon, 19 Aug 2024 00:29:25 +1000 Subject: [PATCH] Updated preview help text --- match-indexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/match-indexer.py b/match-indexer.py index fcfc93c..bac16a5 100644 --- a/match-indexer.py +++ b/match-indexer.py @@ -50,7 +50,7 @@ def is_valid_directory(p, arg): parser.add_argument('-n', help='Show match number sequentially in output', action='store_true') -parser.add_argument('-p', help='Preview while indexing', action='store_true') +parser.add_argument('-p', help='Preview while indexing (press \'Q\' to quit the preview)', action='store_true') parser.add_argument( '-t',