aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb7bf67e..07bbdda1 100644
--- a/README.md
+++ b/README.md
@@ -432,7 +432,7 @@ The particular instrumentation types to apply can be specified using the `--trac
* `div`: divisors in integer divisions
* `gep`: constant array indexes
* `indir`: call through `Method#invoke`
-* `all`: shorthand to apply all available instrumentations
+* `all`: shorthand to apply all available instrumentations (except `gep`)
Multiple instrumentation types can be combined with a colon.