From 3707bbe76e96e22412360187a06740656c0c33dc Mon Sep 17 00:00:00 2001 From: jackbingow <109824205+jackbingow@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:41:28 +0100 Subject: [PATCH] Update cli.py --- legendary/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 5051d6f..23814f8 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -2800,7 +2800,7 @@ def main(): list_files_parser.add_argument('--hashlist', dest='hashlist', action='store_true', help='Output file hash list in hashcheck/sha1sum -c compatible format') list_files_parser.add_argument('--hashlistfile', dest='hashlistfile', action='store', metavar='', - help='Output file hash list in hashcheck/sha1sum -c compatible format') + help='Output file hash list in hashcheck/sha1sum -c compatible format as file eg --hashlistfile pathtofile') list_files_parser.add_argument('--install-tag', dest='install_tag', action='store', metavar='', type=str, help='Show only files with specified install tag')