From 2b33f80d167424abcd153e01aa1a93ae38155120 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 20 Mar 2009 20:37:05 +1100 Subject: Fixed install.rb typo --- install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.rb') 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| -- cgit