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:
parent
94c52e8bd7
commit
83289beddd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue