mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +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
|
$ vault login -method=userpass username=my-username
|
||||||
|
|
||||||
For more information about the list of configuration parameters available for
|
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
|
a given auth method, use the "vault auth help TYPE" command. You can also use
|
||||||
auth list" to see the list of enabled auth methods.
|
"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
|
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.
|
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,
|
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
|
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
|
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.
|
auth list" to see the list of enabled auth methods.
|
||||||
|
|
||||||
If an auth method is enabled at a non-standard path, the `-method`
|
If an auth method is enabled at a non-standard path, the `-method`
|
||||||
|
|||||||
Reference in New Issue
Block a user