more help
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user