diff --git a/compiler/cli/src/debug.rs b/compiler/cli/src/debug.rs index e4f4711e1..77e0d7919 100644 --- a/compiler/cli/src/debug.rs +++ b/compiler/cli/src/debug.rs @@ -93,7 +93,7 @@ pub struct PathAndExecutionTargetAndTracing { // The tracing modes can be specified as follows: // // - not specified or `--register-fuzzables=off`: off - // - `--register-fuzzables` of `--register-fuzzables=only-current`: only current + // - `--register-fuzzables` or `--register-fuzzables=only-current`: only current // - `--register-fuzzables=all`: all // // (Same for `trace-calls` and `evaluated-expressions`.)