summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-03-20 20:37:05 +1100
committerJames Turnbull <james@lovedthanlost.net>2009-03-24 08:15:32 +1100
commit2b33f80d167424abcd153e01aa1a93ae38155120 (patch)
tree1068840a41d2014ba629005b724fb89729f8b737 /install.rb
parent5ab63cdf2efa9a8557d3837c32d8336dd23a4b85 (diff)
downloadpuppet-2b33f80d167424abcd153e01aa1a93ae38155120.tar.gz
puppet-2b33f80d167424abcd153e01aa1a93ae38155120.tar.xz
puppet-2b33f80d167424abcd153e01aa1a93ae38155120.zip
Fixed install.rb typo
Diffstat (limited to 'install.rb')
-rwxr-xr-xinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rb b/install.rb
index 9ea2692d4..96d351611 100755
--- a/install.rb
+++ b/install.rb
@@ -170,7 +170,7 @@ def prepare_installation
opts.on('--[no-]ri', 'Prevents the creation of RI output.', 'Default off on mswin32.') do |onri|
InstallOptions.ri = onri
end
- opts.on('--[no-]man', 'Presents the creation of man pages.', 'Default on.') do |onman|
+ opts.on('--[no-]man', 'Prevents the creation of man pages.', 'Default on.') do |onman|
InstallOptions.man = onman
end
opts.on('--[no-]tests', 'Prevents the execution of unit tests.', 'Default on.') do |ontest|