diff options
| author | Adrian Hunter <[email protected]> | 2021-08-11 13:10:33 +0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-08-11 09:34:07 -0300 |
| commit | 3e8e226307c19bbab679678b44645e542afa7db8 (patch) | |
| tree | dccab97ebbe2ffede4b7d62f61734659f95042f0 | |
| parent | 29159727aa7ed3341dc560e9983e7284f4279ade (diff) | |
perf script: Fix --list-dlfilters documentation
The option --list-dlfilters does use a string value.
Signed-off-by: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Fixes: 638e2b9984ee1b ("perf script Add option to list dlfilters")
Link: https //lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
| -rw-r--r-- | tools/perf/Documentation/perf-script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-script.txt b/tools/perf/Documentation/perf-script.txt index aa3a0b2c29a2..c80515243560 100644 --- a/tools/perf/Documentation/perf-script.txt +++ b/tools/perf/Documentation/perf-script.txt @@ -106,7 +106,7 @@ OPTIONS Pass 'arg' as an argument to the dlfilter. --dlarg may be repeated to add more arguments. ---list-dlfilters=:: +--list-dlfilters:: Display a list of available dlfilters. Use with option -v (must come before option --list-dlfilters) to show long descriptions. |