We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba21f5 commit 051ff0bCopy full SHA for 051ff0b
doc/rakefile.rdoc
@@ -369,8 +369,9 @@ automatically creates an implicit file task for it. For example:
369
$ touch hello_world # Create a file with the same name
370
$ rake hello_world # Now succeeds automatically
371
372
-Use the <tt>--rules</tt> command line option to trace how tasks are
373
-being resolved.
+Use the <tt>--rules</tt> command line option to trace how rules are
+resolved when searching for tasks; note that creation of implicit file
374
+tasks is not traced.
375
376
== Importing Dependencies
377
0 commit comments