Commit-ID: a3a4bcaeba5cc981783529db0b8609c03c2db38f Gitweb: https://git.kernel.org/tip/a3a4bcaeba5cc981783529db0b8609c03c2db38f Author: Sangwon Hong <[email protected]> AuthorDate: Mon, 5 Feb 2018 20:48:35 +0900 Committer: Arnaldo Carvalho de Melo <[email protected]> CommitDate: Tue, 6 Feb 2018 10:11:52 -0300
perf data: Document missing --force option Add the --force option to the man page. Signed-off-by: Sangwon Hong <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Taeung Song <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> --- tools/perf/Documentation/perf-data.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/perf/Documentation/perf-data.txt b/tools/perf/Documentation/perf-data.txt index f0796a4..90bb4aa 100644 --- a/tools/perf/Documentation/perf-data.txt +++ b/tools/perf/Documentation/perf-data.txt @@ -30,6 +30,10 @@ OPTIONS for 'convert' -i:: Specify input perf data file path. +-f:: +--force:: + Don't complain, do it. + -v:: --verbose:: Be more verbose (show counter open errors, etc).

