Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully document the -v option. #880

Merged
merged 1 commit into from
Aug 17, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/man/man1/ansible-playbook.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 08/14/2012
.\" Date: 08/15/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.7
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "08/14/2012" "Ansible 0\&.7" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "08/15/2012" "Ansible 0\&.7" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -42,10 +42,11 @@ ansible\-playbook <filename\&.yml> \&... [options]
The names of one or more YAML format files to run as ansible playbooks\&.
.RE
.SH "OPTIONS"
.sp
.PP
\fB\-v\fR, \fB\-\-verbose\fR
.sp
Verbose mode, more output from successful actions will be shown\&.
.RS 4
Verbose mode, more output from successful actions will be shown\&. Give up to three times for more output\&.
.RE
.PP
\fB\-i\fR \fIPATH\fR, \fB\-\-inventory=\fR\fIPATH\fR
.RS 4
Expand Down
5 changes: 3 additions & 2 deletions docs/man/man1/ansible-playbook.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ The names of one or more YAML format files to run as ansible playbooks.
OPTIONS
-------

*-v*, *--verbose*
*-v*, *--verbose*::

Verbose mode, more output from successful actions will be shown.
Verbose mode, more output from successful actions will be shown. Give
up to three times for more output.

*-i* 'PATH', *--inventory=*'PATH'::

Expand Down
9 changes: 7 additions & 2 deletions docs/man/man1/ansible.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 08/14/2012
.\" Date: 08/15/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.7
.\" Language: English
.\"
.TH "ANSIBLE" "1" "08/14/2012" "Ansible 0\&.7" "System administration commands"
.TH "ANSIBLE" "1" "08/15/2012" "Ansible 0\&.7" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -43,6 +43,11 @@ A name of a group in the inventory file, a shell\-like glob selecting hosts in i
.RE
.SH "OPTIONS"
.PP
\fB\-v\fR, \fB\-\-verbose\fR
.RS 4
Verbose mode, more output from successful actions will be shown\&. Give up to three times for more output\&.
.RE
.PP
\fB\-i\fR \fIPATH\fR, \fB\-\-inventory=\fR\fIPATH\fR
.RS 4
The
Expand Down
4 changes: 4 additions & 0 deletions docs/man/man1/ansible.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ semicolons.
OPTIONS
-------

*-v*, *--verbose*::

Verbose mode, more output from successful actions will be shown. Give
up to three times for more output.

*-i* 'PATH', *--inventory=*'PATH'::

Expand Down