mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Extend encrypt flag description
This commit is contained in:
parent
a4ec163275
commit
b9ff56c111
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ func init() {
|
|||
loginCmd.Flags().BoolVar(&loginEncryptFlag,
|
||||
"encrypt",
|
||||
false,
|
||||
"Encrypt the given credentials (won't do anything if --session-id is given)")
|
||||
"Encrypt the given credentials (won't do anything if --session-id is given or --persistent is not given)")
|
||||
|
||||
loginCmd.Flags().BoolVar(&loginSessionIDFlag,
|
||||
"session-id",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue