Skip to content

Commit

Permalink
Replace Sys with file utils.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/rake/trunk@163 5af023f1-ac1a-0410-98d6-829a145c37ef
  • Loading branch information
jimweirich committed Mar 25, 2004
1 parent 4021750 commit bfb59a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rake/README
Expand Up @@ -85,7 +85,7 @@ For example, given a simple rakefile like this ...
task :default => [:test]

task :test do
Sys.run %{ruby test/unittest.rb}
ruby "test/unittest.rb"
end

The command
Expand Down Expand Up @@ -159,7 +159,7 @@ Options are:
Display a list of all tasks and their immediate prerequisites.

[<tt>--quiet</tt> (-q)]
Do not echo Sys commands.
Do not echo commands from FileUtils.

[<tt>--rakefile</tt> _filename_ (-f)]
Use _filename_ as the name of the rakefile. The default rakefile
Expand Down

0 comments on commit bfb59a8

Please sign in to comment.