From 9c2797b34c700ff9f1fb137872ec8f26feb43389 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 18 Nov 2019 11:21:10 -0500 Subject: [PATCH] fix a typo in the CLI usage docs --- awxkit/awxkit/cli/docs/source/authentication.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awxkit/awxkit/cli/docs/source/authentication.rst b/awxkit/awxkit/cli/docs/source/authentication.rst index 8106eb326b..b6dc33d4c3 100644 --- a/awxkit/awxkit/cli/docs/source/authentication.rst +++ b/awxkit/awxkit/cli/docs/source/authentication.rst @@ -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