summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorScott Radvan <sradvan@users.noreply.github.com>2016-05-10 02:12:24 +1200
committerBrian Coca <bcoca@ansible.com>2016-05-09 10:12:24 -0400
commit72ca3b2b5ba0e0256a21d6f4c459426854fdf09d (patch)
tree5472f5ded0e430c9622d06950ef6796240b29776 /docs/man
parent78808fc4ccea06dab1ed20a643c64f56fa89527f (diff)
downloadansible-72ca3b2b5ba0e0256a21d6f4c459426854fdf09d.tar.gz
add very minor punctuation fixes (#15763)
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/man1/ansible-playbook.1.asciidoc.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in
index 47e68d3141..c9170503ac 100644
--- a/docs/man/man1/ansible-playbook.1.asciidoc.in
+++ b/docs/man/man1/ansible-playbook.1.asciidoc.in
@@ -46,7 +46,7 @@ Ask for privilege escalation password.
*-k*, *--ask-pass*::
Prompt for the connection password, if it is needed for the transport used.
-For example, using ssh and not having a key-based authentication with ssh-agent.
+For example, using ssh and not having a key-based authentication with ssh-agent.
*--ask-su-pass*::
@@ -96,7 +96,7 @@ Level of parallelism. 'NUM' is specified as an integer, the default is 5.
*-h*, *--help*::
-Show help page and exit
+Show help page and exit.
*-i* 'PATH', *--inventory=*'PATH'::
@@ -128,7 +128,7 @@ environment variable.
*--private-key=*'PRIVATE_KEY_FILE'::
-Use this file to authenticate the connection
+Use this file to authenticate the connection.
*--start-at-task=*'START_AT'::
@@ -140,11 +140,11 @@ One-step-at-a-time: confirm each task before running.
*-S*, --su*::
-Run operations with su (deprecated, use become)
+Run operations with su (deprecated, use become).
*-R SU-USER*, *--su-user=*'SU_USER'::
-run operations with su as this user (default=root) (deprecated, use become)
+run operations with su as this user (default=root) (deprecated, use become).
*-s*, *--sudo*::
@@ -178,7 +178,7 @@ Only run plays and tasks whose tags do not match these values.
*--syntax-check*::
-Look for syntax errors in the playbook, but don't run anything
+Look for syntax errors in the playbook, but don't run anything.
*-t*, 'TAGS', *--tags=*'TAGS'::
@@ -227,7 +227,7 @@ EXIT STATUS
ENVIRONMENT
-----------
-The following environment variables may be specified.
+The following environment variables may be specified:
ANSIBLE_INVENTORY -- Override the default ansible inventory file