mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Minor grammar correction in help for login command (#16211)
* Minor grammar correction in help for login command * Fix login command help Co-authored-by: Pero P <ppejovic@users.noreply.github.com>
This commit is contained in:
@@ -55,8 +55,8 @@ Usage: vault login [options] [AUTH K=V...]
|
||||
$ vault login -method=userpass username=my-username
|
||||
|
||||
For more information about the list of configuration parameters available for
|
||||
a given auth method, use the "vault auth help TYPE". You can also use "vault
|
||||
auth list" to see the list of enabled auth methods.
|
||||
a given auth method, use the "vault auth help TYPE" command. You can also use
|
||||
"vault auth list" to see the list of enabled auth methods.
|
||||
|
||||
If an auth method is enabled at a non-standard path, the -method flag still
|
||||
refers to the canonical type, but the -path flag refers to the enabled path.
|
||||
|
||||
@@ -17,7 +17,7 @@ local machine for future requests.
|
||||
The `-method` flag allows using other auth methods, such as userpass,
|
||||
github, or cert. For these, additional "K=V" pairs may be required. For more
|
||||
information about the list of configuration parameters available for a given
|
||||
auth method, use the "vault auth help TYPE". You can also use "vault
|
||||
auth method, use the "vault auth help TYPE" command. You can also use "vault
|
||||
auth list" to see the list of enabled auth methods.
|
||||
|
||||
If an auth method is enabled at a non-standard path, the `-method`
|
||||
|
||||
Reference in New Issue
Block a user