[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1510449047-12941-1-git-send-email-uneedsihyeon@gmail.com>
Date: Sun, 12 Nov 2017 10:10:45 +0900
From: Sihyeon Jang <uneedsihyeon@...il.com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: linux-kernel@...r.kernel.org, Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Sihyeon Jang <uneedsihyeon@...il.com>
Subject: [PATCH 1/3] perf help: Document missing options
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Signed-off-by: Sihyeon Jang <uneedsihyeon@...il.com>
---
tools/perf/Documentation/perf-help.txt | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/tools/perf/Documentation/perf-help.txt b/tools/perf/Documentation/perf-help.txt
index 5143918..bb605af 100644
--- a/tools/perf/Documentation/perf-help.txt
+++ b/tools/perf/Documentation/perf-help.txt
@@ -7,7 +7,7 @@ perf-help - display help information about perf
SYNOPSIS
--------
-'perf help' [-a|--all] [COMMAND]
+'perf help' [--all] [--man|--web|--info] [COMMAND]
DESCRIPTION
-----------
@@ -33,6 +33,18 @@ OPTIONS
Prints all the available commands on the standard output. This
option supersedes any other option.
+-i::
+--info::
+ Shows info page.
+
+-m::
+--man::
+ Shows man page.
+
+-w::
+--web::
+ Shows manual in web browser.
+
PERF
----
Part of the linkperf:perf[1] suite
--
2.7.4
Powered by blists - more mailing lists