From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753997AbdKMSaC (ORCPT ); Mon, 13 Nov 2017 13:30:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:53750 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752710AbdKMS36 (ORCPT ); Mon, 13 Nov 2017 13:29:58 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2284C21910 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Mon, 13 Nov 2017 15:29:56 -0300 From: Arnaldo Carvalho de Melo To: Sihyeon Jang Cc: Taeung Song , linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim Subject: Re: [PATCH 1/3] perf help: Document missing options Message-ID: <20171113182956.GA8836@kernel.org> References: <1510449047-12941-1-git-send-email-uneedsihyeon@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1510449047-12941-1-git-send-email-uneedsihyeon@gmail.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Sun, Nov 12, 2017 at 10:10:45AM +0900, Sihyeon Jang escreveu: > Cc: Jiri Olsa > Cc: Namhyung Kim > Signed-off-by: Sihyeon Jang > --- > 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] Can you try figuring out if this actually works? I tried here and it doesn't, its an area we took "for free" when we copied the initial codebase from git.git, but I never looked at this area that much, now that I try: [acme@jouet linux]$ perf help Config with no key for man viewer: childrenError: wrong config key-value pair top.children=true [acme@jouet linux]$ Unsure if this is something that got broken by the 'perf config' patches, Taeung? - Arnaldo > 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