more help

This commit is contained in:
q
2025-09-19 12:15:33 +03:00
parent cc06827767
commit 4f7460436c

View File

@@ -40,7 +40,7 @@ def get_opts():
"--data-file", "--data-file",
action="store", action="store",
type=argparse.FileType("r"), type=argparse.FileType("r"),
help="Read the data to store from a file. Must use this or [data]. Will strip newlines at the end.", help="Read the data to store from a file. Must use this or [data]. Will strip newlines at the end. Use filename - for stdin",
) )
set_parser.add_argument("--plain", action="store_true", default=False, help="Do not encrypt") set_parser.add_argument("--plain", action="store_true", default=False, help="Do not encrypt")
set_parser.add_argument( set_parser.add_argument(