Update cli.py

This commit is contained in:
jackbingow 2023-01-03 22:41:28 +01:00 committed by GitHub
parent f00d0b6eb1
commit 3707bbe76e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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='<path>',
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='<tag>',
type=str, help='Show only files with specified install tag')