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

From: Arnaldo Carvalho de Melo
Date: Wed Sep 19 2018 - 14:05:48 EST


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 typing `perf help`.
>
> After :
>
> $ perf help | grep version
> usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS]
> version display the version of perf binary

Thanks, applied.

- Arnaldo