From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cn.fujitsu.com ([59.151.112.132]:5235 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751046AbaESBkM (ORCPT ); Sun, 18 May 2014 21:40:12 -0400 Message-ID: <1400463333.1505.3.camel@localhost.localdomain> Subject: Re: [PATCH 2/3] btrfs-progs: add missing help option for rescue super-recover From: Gui Hecheng To: CC: Date: Mon, 19 May 2014 09:35:33 +0800 In-Reply-To: <20140516164112.GD6917@twin.jikos.cz> References: <1400117349-2851-1-git-send-email-guihc.fnst@cn.fujitsu.com> <1400117349-2851-2-git-send-email-guihc.fnst@cn.fujitsu.com> <20140516163727.GC6917@twin.jikos.cz> <20140516164112.GD6917@twin.jikos.cz> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Sender: linux-btrfs-owner@vger.kernel.org List-ID: On Fri, 2014-05-16 at 18:41 +0200, David Sterba wrote: > On Fri, May 16, 2014 at 06:37:27PM +0200, David Sterba wrote: > > On Thu, May 15, 2014 at 09:29:08AM +0800, Gui Hecheng wrote: > > > Add '-h' option for help for super-recover, > > > update the manpage at the same time. > > > > We don't have the short option for help, a few patches have been already > > rejected to change that. > > Reference: https://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg30759.html Yes, I get it. Thanks David.