mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Fix typo in usage of encrypt_string command (#32961)
This commit is contained in:
parent
0334b3fd99
commit
bf7f56f413
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class VaultCLI(CLI):
|
||||||
self.parser.add_option('--stdin-name', dest='encrypt_string_stdin_name',
|
self.parser.add_option('--stdin-name', dest='encrypt_string_stdin_name',
|
||||||
default=None,
|
default=None,
|
||||||
help="Specify the variable name for stdin")
|
help="Specify the variable name for stdin")
|
||||||
self.parser.set_usage("usage: %prog encrypt-string [--prompt] [options] string_to_encrypt")
|
self.parser.set_usage("usage: %prog encrypt_string [--prompt] [options] string_to_encrypt")
|
||||||
elif self.action == "rekey":
|
elif self.action == "rekey":
|
||||||
self.parser.set_usage("usage: %prog rekey [options] file_name")
|
self.parser.set_usage("usage: %prog rekey [options] file_name")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue