summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2015-10-19 15:13:00 +0100
committerLuis Rascão <luis.rascao@gmail.com>2015-10-19 15:13:00 +0100
commit52f4f6822214bdd9ed79dd32c24299040871b658 (patch)
tree595a8e57d98eaea5b18cd9414fa6b72c72a5ca18 /src
parentebab4b242ee0308ae0bb01b36fae28d3dd79f9e0 (diff)
downloadrebar-52f4f6822214bdd9ed79dd32c24299040871b658.tar.gz
fprof: further document Cachegrind support
Diffstat (limited to 'src')
-rw-r--r--src/rebar.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index 3acd73a..2fceb19 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -502,8 +502,8 @@ option_spec_list() ->
"Profile this run of rebar. Via profiler= you can optionally select "
"either fprof (default) or eflame. The result can be found in "
"fprof.analysis or eflame.svg. Additionally, in fprof mode, if "
- "erlgrind can be found in $PATH, a Cachegrind file will be generated "
- "as well."},
+ "erlgrind can be found in $PATH, a Cachegrind file (fprof.cgrind) "
+ "will be generated as well."},
{keep_going, $k, "keep-going", undefined,
"Keep running after a command fails"},
{recursive, $r, "recursive", boolean,