perf script: Fix --list-dlfilters documentation
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 11 Aug 2021 10:10:33 +0000 (13:10 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 Aug 2021 12:34:07 +0000 (09:34 -0300)
The option --list-dlfilters does use a string value.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Fixes: 638e2b9984ee1b ("perf script Add option to list dlfilters")
Link: https //lore.kernel.org/r/20210811101036.17986-4-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-script.txt

index aa3a0b2..c805152 100644 (file)
@@ -106,7 +106,7 @@ OPTIONS
        Pass 'arg' as an argument to the dlfilter. --dlarg may be repeated
        to add more arguments.
 
        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.
 
         Display a list of available dlfilters. Use with option -v (must come
         before option --list-dlfilters) to show long descriptions.