From 72ca3b2b5ba0e0256a21d6f4c459426854fdf09d Mon Sep 17 00:00:00 2001 From: Scott Radvan Date: Tue, 10 May 2016 02:12:24 +1200 Subject: [PATCH] add very minor punctuation fixes (#15763) --- docs/man/man1/ansible-playbook.1.asciidoc.in | 14 +++++++------- 1 file 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 47e68d31418..c9170503acb 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