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:
akshya96
2022-07-06 09:17:11 -07:00
committed by GitHub
parent 614cee3178
commit 05b5ff9e72
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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`