Re: [PATCH] perf tool: Add missing subcommand `version`

2018-09-19 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 19, 2018 at 12:49:11AM -0700, Sangwon Hong escreveu: > 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

[PATCH] perf tool: Add missing subcommand `version`

2018-09-19 Thread Sangwon Hong
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] [