All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] perf help: Document missing options
@ 2017-11-12  1:10 Sihyeon Jang
  2017-11-12  1:10 ` [PATCH 2/3] perf top: " Sihyeon Jang
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Sihyeon Jang @ 2017-11-12  1:10 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: linux-kernel, Jiri Olsa, Namhyung Kim, Sihyeon Jang

Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Sihyeon Jang <uneedsihyeon@gmail.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

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-11-29  6:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-12  1:10 [PATCH 1/3] perf help: Document missing options Sihyeon Jang
2017-11-12  1:10 ` [PATCH 2/3] perf top: " Sihyeon Jang
2017-11-13 18:25   ` Arnaldo Carvalho de Melo
2017-11-18  8:29   ` [tip:perf/core] " tip-bot for Sihyeon Jang
2017-11-12  1:10 ` [PATCH 3/3] perf top: Remove a duplicate word Sihyeon Jang
2017-11-13 18:27   ` Arnaldo Carvalho de Melo
2017-11-18  8:29   ` [tip:perf/core] " tip-bot for Sihyeon Jang
2017-11-13 18:29 ` [PATCH 1/3] perf help: Document missing options Arnaldo Carvalho de Melo
2017-11-14  0:15   ` Namhyung Kim
2017-11-14  2:18     ` Taeung Song
2017-11-14 13:03       ` Arnaldo Carvalho de Melo
2017-11-14 13:00     ` Arnaldo Carvalho de Melo
2017-11-18  8:32     ` [tip:perf/core] perf help: Fix a bug during strstart() conversion tip-bot for Namhyung Kim
2017-11-29  6:30     ` tip-bot for Namhyung Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.