From: Sangwon Hong Date: Wed, 19 Sep 2018 07:49:11 +0000 (-0700) Subject: perf help: Add missing subcommand `version` X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3b9c25c0a04675c5d8d4390d9d9b661135751b27;p=linux.git perf help: Add missing subcommand `version` There isn't subcommand `version` when typing `perf help`. Before : $ perf help | grep version usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS] So add perf-version in command-list.txt for listing it when typing `perf help`. After : $ perf help | grep version usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS] version display the version of perf binary Signed-off-by: Sangwon Hong Tested-by: Arnaldo Carvalho de Melo Cc: Jin Yao Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/20180919074911.41931-1-qpakzk@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/command-list.txt b/tools/perf/command-list.txt index 2d0caf20ff3a4..bc6c585f74fc2 100644 --- a/tools/perf/command-list.txt +++ b/tools/perf/command-list.txt @@ -30,3 +30,4 @@ perf-test mainporcelain common perf-timechart mainporcelain common perf-top mainporcelain common perf-trace mainporcelain audit +perf-version mainporcelain common