aboutsummaryrefslogtreecommitdiffstats
path: root/README.systemtap.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.systemtap.md')
-rw-r--r--README.systemtap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.systemtap.md b/README.systemtap.md
index 3bb3e626cd..c190bcc893 100644
--- a/README.systemtap.md
+++ b/README.systemtap.md
@@ -35,7 +35,7 @@ Building Erlang
Configure and build Erlang with SystemTap support:
- # ./configure --enable-dtrace + whatever args you need
+ # ./configure --with-dynamic-trace=systemtap + whatever args you need
# make
Testing