From patchwork Mon Aug 25 22:09:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Murphy X-Patchwork-Id: 4776981 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 A0190C0338 for ; Mon, 25 Aug 2014 22:09:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D749D201CE for ; Mon, 25 Aug 2014 22:09:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0E85F201C7 for ; Mon, 25 Aug 2014 22:09:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933588AbaHYWJS (ORCPT ); Mon, 25 Aug 2014 18:09:18 -0400 Received: from slmp-550-94.slc.westdc.net ([50.115.112.57]:58347 "EHLO slmp-550-94.slc.westdc.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752894AbaHYWJR convert rfc822-to-8bit (ORCPT ); Mon, 25 Aug 2014 18:09:17 -0400 Received: from c-75-70-18-61.hsd1.co.comcast.net ([75.70.18.61]:51226 helo=ming.hsd1.co.comcast.net) by slmp-550-94.slc.westdc.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XM2Rx-001dwy-35; Mon, 25 Aug 2014 16:09:17 -0600 From: Chris Murphy Subject: typo in btrfs-progs master/v3.16.x Date: Mon, 25 Aug 2014 16:09:16 -0600 Message-Id: Cc: "dsterba@suse.cz Sterba" To: Btrfs BTRFS Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - slmp-550-94.slc.westdc.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - colorremedies.com X-Get-Message-Sender-Via: slmp-550-94.slc.westdc.net: authenticated_id: whatever@colorremedies.com X-Source: X-Source-Args: X-Source-Dir: 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, RCVD_IN_DNSWL_HI, 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 git diff mason/master sterba/integration-20140729 Chris Murphy --- 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-scrub.c b/cmds-scrub.c index 731c5c9..0bf06ee 100644 --- a/cmds-scrub.c +++ b/cmds-scrub.c @@ -1527,16 +1527,16 @@ out: static const char * const cmd_scrub_start_usage[] = { "btrfs scrub start [-BdqrRf] [-c ioprio_class -n ioprio_classdata] |", - "Start a new scrub. If a scrub is already running, the new one fails.", + "Start a new scrub", "", "-B do not background", "-d stats per device (-B only)", "-q be quiet", "-r read only mode", - "-R raw print mode, print full data instead of summary", + "-R raw print mode, print full data instead of summary" Looks like a missing , at the end of this line. All other lines end in ,