diff options
| author | James Turnbull <james@lovedthanlost.net> | 2011-01-17 11:21:02 +1100 |
|---|---|---|
| committer | Jacob Helwig <jacob@puppetlabs.com> | 2011-02-01 16:04:54 -0800 |
| commit | f279f2c24ad1c87940eca3592f4c6e2f5676c694 (patch) | |
| tree | 41a5bcb13c259821d118aaf3966d80b1151be602 /lib/puppet | |
| parent | 76d1c2aefb32cc3688e3f7c0a5c8bbf713a123ed (diff) | |
| download | puppet-f279f2c24ad1c87940eca3592f4c6e2f5676c694.tar.gz puppet-f279f2c24ad1c87940eca3592f4c6e2f5676c694.tar.xz puppet-f279f2c24ad1c87940eca3592f4c6e2f5676c694.zip | |
Fixed #4968 - Updated list of options turned on by --test in documentation
Reviewed-by: Jacob Helwig <jacob@puppetlabs.com>
Reviewed-by: Jesse Wolfe <jesse@puppetlabs.com>
Diffstat (limited to 'lib/puppet')
| -rwxr-xr-x | lib/puppet/util/command_line/puppetd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/util/command_line/puppetd b/lib/puppet/util/command_line/puppetd index cb8589c5f..7d78ce90f 100755 --- a/lib/puppet/util/command_line/puppetd +++ b/lib/puppet/util/command_line/puppetd @@ -150,7 +150,8 @@ # # test:: # Enable the most common options used for testing. These are +onetime+, -# +verbose+, +ignorecache, +no-daemonize+, and +no-usecacheonfailure+. +# +verbose+, +ignorecache, +no-daemonize+, +no-usecacheonfailure+, +# +detailed-exit-codes+, +no-splay+, and +show_diff+. # # noop:: # Use +noop+ mode where the daemon runs in a no-op or dry-run mode. This is useful |
