1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixed incorrect command usage. (This section needs to be updated in any case).

This commit is contained in:
Vijay Dev 2011-06-10 17:17:51 +05:30
parent 94c52e8bd7
commit 83289beddd

View file

@ -481,7 +481,7 @@ h4. +profiler+
Usage:
<shell>
Usage: rails benchmarker 'Ruby.code' 'Ruby.more_code' ... [OPTS]
Usage: rails profiler 'Ruby.code' 'Ruby.more_code' ... [OPTS]
-r, --runs N Number of runs.
Default: 1
-o, --output PATH Directory to use when writing the results.