Skip to content

Commit

Permalink
Updated preview help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Myke623 committed Aug 18, 2024
1 parent 3279626 commit 3f21f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion match-indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3f21f93

Please sign in to comment.