From ab42c8f739c8bbe5c853a1b23e7e3bfbbd4ac5fe Mon Sep 17 00:00:00 2001 From: zzak Date: Sun, 10 Feb 2013 06:27:23 +0000 Subject: * doc/rake/*: Sync Rake rdoc files from upstream git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rake/doc/command_line_usage.rdoc | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'lib/rake/doc/command_line_usage.rdoc') diff --git a/lib/rake/doc/command_line_usage.rdoc b/lib/rake/doc/command_line_usage.rdoc index 688e55a9af..be930018c3 100644 --- a/lib/rake/doc/command_line_usage.rdoc +++ b/lib/rake/doc/command_line_usage.rdoc @@ -23,13 +23,6 @@ Options are: stardard output. If _output_ is stderr, or if it is missing, then the backtrace output is sent to standard error. -[--classic-namespace (-n)] - Import the Task, FileTask, and FileCreateTask into the top-level - scope to be compatible with older versions of Rake. Alternatively - you can include the line require - 'rake/classic_namespace' in your Rakefile to get the - classic behavior. - [--comments] Used in combination with the -W options to force the output to contain commented options only. This is the reverse of @@ -102,16 +95,6 @@ Options are: [--rakelibdir _rakelibdir_ (-R)] Auto-import any .rake files in RAKELIBDIR. (default is 'rakelib') -[--reduce-compat] - - Remove the DSL commands from the Object inheritance hierarchy and - do not define top level constants. This reduces the backwards - compatibility of Rake, but allows rake to be used with software - that would otherwise have conflicting definitions. - - *NOTE:* The next major version of Rake will only be able to be run - in "reduce-compat" mode. - [--require _name_ (-r)] Require _name_ before executing the Rakefile. -- cgit v1.2.3