From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755150AbbJOHgv (ORCPT ); Thu, 15 Oct 2015 03:36:51 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:6790 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754137AbbJOHfk (ORCPT ); Thu, 15 Oct 2015 03:35:40 -0400 From: Yunlong Song To: , , , CC: , , , , , , , Subject: [PATCH v2 0/3] perf help: Make perf's help consistent with other builtins Date: Thu, 15 Oct 2015 15:39:49 +0800 Message-ID: <1444894792-2338-1-git-send-email-yunlong.song@huawei.com> X-Mailer: git-send-email 1.8.4.5 In-Reply-To: <20151014031043.GA3775@kernel.org> References: <20151014031043.GA3775@kernel.org> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.110.52.30] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090204.561F5725.001A,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: d2d167f157e7a4dc99f6999bea2162c4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Make some fixes to perf's help for consistency. Yunlong Song (3): perf help: Add options description to 'perf -h' perf help: Change 'usage' to 'Usage' for consistency perf help: Change the usage's stdout to stderr for consistency tools/perf/builtin-help.c | 13 +++++++------ tools/perf/builtin.h | 3 +++ tools/perf/perf.c | 14 +++++++++----- tools/perf/util/parse-options.c | 11 +++++++++-- tools/perf/util/parse-options.h | 3 +++ 5 files changed, 31 insertions(+), 13 deletions(-) -- 1.8.5.2