mention key env better
This commit is contained in:
@@ -63,7 +63,7 @@ def get_opts():
|
||||
"--key",
|
||||
action="store",
|
||||
default=os.getenv("SPILLER_KEY", None),
|
||||
help="Encryption key",
|
||||
help="Encryption key (or use SPILLER_KEY)",
|
||||
)
|
||||
set_parser.add_argument(
|
||||
"--key-file",
|
||||
@@ -81,7 +81,7 @@ def get_opts():
|
||||
"--key",
|
||||
action="store",
|
||||
default=os.getenv("SPILLER_KEY", None),
|
||||
help="Decryption key",
|
||||
help="Decryption key (or use SPILLER_KEY)",
|
||||
)
|
||||
get_parser.add_argument(
|
||||
"--key-file",
|
||||
|
||||
Reference in New Issue
Block a user