From patchwork Fri Jan 9 21:27:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Volf X-Patchwork-Id: 5603021 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2A391C058D for ; Fri, 9 Jan 2015 21:33:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0906720611 for ; Fri, 9 Jan 2015 21:33:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 34BAF2060E for ; Fri, 9 Jan 2015 21:33:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752189AbbAIVdd (ORCPT ); Fri, 9 Jan 2015 16:33:33 -0500 Received: from smtp.dragon.cz ([213.168.176.4]:49730 "EHLO smtp.dragon.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751792AbbAIVdc (ORCPT ); Fri, 9 Jan 2015 16:33:32 -0500 X-Greylist: delayed 369 seconds by postgrey-1.27 at vger.kernel.org; Fri, 09 Jan 2015 16:33:32 EST Received: from i3.doma (fw501.dragon.cz [213.168.176.131]) by smtp.dragon.cz (8.13.8/8.13.8) with ESMTP id t09LRLGY019168 for ; Fri, 9 Jan 2015 22:27:22 +0100 From: Martin Volf To: linux-btrfs@vger.kernel.org Subject: [PATCH] btrfs-progs: Remove redundant short description from cmd_snapshot_usage Date: Fri, 9 Jan 2015 22:27:21 +0100 Message-Id: <1420838841-20944-1-git-send-email-martin.volf.42@gmail.com> X-Mailer: git-send-email 2.0.5 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.9 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,RCVD_IN_DNSWL_HI,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 cmd_snapshot_usage in cmds-subvolume.c contains the short description twice. Remove the first one. Signed-off-by: Martin Volf --- -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/cmds-subvolume.c b/cmds-subvolume.c index 15d4b97..9618cae 100644 --- a/cmds-subvolume.c +++ b/cmds-subvolume.c @@ -565,7 +565,6 @@ out: } static const char * const cmd_snapshot_usage[] = { - "btrfs subvolume snapshot [-r] |[/]", "btrfs subvolume snapshot [-r] [-i ] |[/]", "Create a snapshot of the subvolume", "Create a writable/readonly snapshot of the subvolume with",