Merge branch 'master' of https://git.six9.net/moonq/q-tools
This commit is contained in:
@@ -48,7 +48,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",
|
||||
@@ -66,7 +66,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