From patchwork Wed Dec 17 20:14:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Goffredo Baroncelli X-Patchwork-Id: 5509131 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A6F17BEEA8 for ; Wed, 17 Dec 2014 20:13:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D5A9D209DC for ; Wed, 17 Dec 2014 20:13:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BAA40208BC for ; Wed, 17 Dec 2014 20:13:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751319AbaLQUNG (ORCPT ); Wed, 17 Dec 2014 15:13:06 -0500 Received: from mail-wi0-f174.google.com ([209.85.212.174]:58393 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751318AbaLQUND (ORCPT ); Wed, 17 Dec 2014 15:13:03 -0500 Received: by mail-wi0-f174.google.com with SMTP id h11so17018186wiw.7 for ; Wed, 17 Dec 2014 12:13:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=x0Yp0MgHdj91Yqd2/SkPtSac3x2kXrHYhVle2GPj2R0=; b=zSsv8mrVZ5cal6WSDm7DlEEO0T5XdwRxKecLsHyz+C14xeyzQEQF3+S6W4jyYjuUi1 lbL3ZVzvCU4tm7MNuqFVy/wn0LeEK/AviSuaMBbSP4nEKQxnjPHHcl6EFkiAOqe5St+V F0LuUo7GvyLh3T+jaf58M3ZRWQuCF9+XNyRCNpoYqWpq09TOOSwYHJV0efuCrAQhIrW2 iH7L93HaxmniKEshYHqGOA8ZpUC3rTtpOUN/ePVYi01bBHQCM8mXK07qjwH4nzMOxCid +KV3Cg8OmhhNIK66HtZEuCL9PbhPyZ/GjtoVuZLYKJyZNrGdvVemBOOpSLXKe7Z8CzxM O7yQ== X-Received: by 10.180.93.37 with SMTP id cr5mr17943675wib.76.1418847182683; Wed, 17 Dec 2014 12:13:02 -0800 (PST) Received: from venice.bhome (ppp-133-85.24-151.libero.it. [151.24.85.133]) by mx.google.com with ESMTPSA id pu3sm6360357wjc.14.2014.12.17.12.13.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 17 Dec 2014 12:13:02 -0800 (PST) From: Goffredo Baroncelli X-Google-Original-From: Goffredo Baroncelli To: linux-btrfs@vger.kernel.org Cc: Goffredo Baroncelli Subject: [PATCH 8/8] Add -v and -q switches in the mkfs.btrfs man page Date: Wed, 17 Dec 2014 21:14:12 +0100 Message-Id: <1418847252-14184-9-git-send-email-kreijack@inwind.it> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1418847252-14184-1-git-send-email-kreijack@inwind.it> References: <1418847252-14184-1-git-send-email-kreijack@inwind.it> Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add -v and -q switches to the mkfs.btrfs man page. These information will be printed by a next patch in the summary. Signed-off-by: Goffredo Baroncelli --- Documentation/mkfs.btrfs.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/mkfs.btrfs.txt b/Documentation/mkfs.btrfs.txt index ba7e42b..67b546a 100644 --- a/Documentation/mkfs.btrfs.txt +++ b/Documentation/mkfs.btrfs.txt @@ -21,9 +21,11 @@ $$[-s|--sectorsize ]$$ $$[-r|--rootdir ]$$ $$[-K|--nodiscard]$$ $$[-O|--features [,...]]$$ +$$[-q|--quiet]$$ $$[-U|--uuid ]$$ $$[-h]$$ $$[-V|--version]$$ +$$[-v|--verbose]$$ $$ [...]$$ DESCRIPTION @@ -120,6 +122,12 @@ the system. -V|--version:: Print the *mkfs.btrfs* version and exit. +-v|--verbose:: +Increase the verbosity of the command. + +-q|--quiet:: +Print only the errors. + -h:: Print help.