Merge pull request #3967 from ryanpetrello/fix-cli-doc-typos

fix a typo in the CLI usage docs
This commit is contained in:
Ryan Petrello 2019-11-18 11:26:24 -05:00 committed by GitHub
commit b525d0a6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ The preferred mechanism for authenticating with AWX and |RHAT| is by generating
TOWER_PASSWORD=secret \
awx login
As a convenience, the ``awx login -h human`` command prints a shell-formatted token
As a convenience, the ``awx login -f human`` command prints a shell-formatted token
value:
.. code:: bash
@ -30,7 +30,7 @@ specify your username and password each time:
.. code:: bash
export TOWER_HOST=https://awx.example.org
$(TOWER_USERNAME=alice TOWER_PASSWORD=secret awx login -h)
$(TOWER_USERNAME=alice TOWER_PASSWORD=secret awx login -f human)
awx config
Working with OAuth2.0 Applications