From patchwork Thu Aug 19 20:52:24 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Smith X-Patchwork-Id: 120405 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7JKqS7C011551 for ; Thu, 19 Aug 2010 20:52:28 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752535Ab0HSUw0 (ORCPT ); Thu, 19 Aug 2010 16:52:26 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:58664 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751871Ab0HSUwZ (ORCPT ); Thu, 19 Aug 2010 16:52:25 -0400 Received: by pzk26 with SMTP id 26so924919pzk.19 for ; Thu, 19 Aug 2010 13:52:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=2+fsaR2kKzmcaTAT7GZoIcmxFI0pP1n5eB0WVJcxQzA=; b=gX41uaszumwog6EOD5kOo86v8iH3iRm139Ziq/WR+K5tcv+pwPGtFgJw5SqiJ8sc/2 FcRAlC+eIiABMRdmbUclPIfwF4GOZKEL3vbUDIrXjfBDQvZR6+AnQpGJ8AigX304Kz7Z ccs7iAinoQDCMTNrMVBwm4affY9X5khL6BNSA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UGoli6Ml9RPqo4D6pwimuU4omoY2ZBL9yeVaPMm9XDeVrc4M/79LUbfrJGP/whTf/A YuRjJhHroWfFvuf9C2bz+NvtCqCPKcO+YcLaSr3VFChW5T9G+d1CuylxOT9hElJixtWE RC/l+9taEBFO99AJQLFvQV7m8pca9dMYkFwCE= MIME-Version: 1.0 Received: by 10.142.132.12 with SMTP id f12mr203515wfd.281.1282251145042; Thu, 19 Aug 2010 13:52:25 -0700 (PDT) Received: by 10.142.178.2 with HTTP; Thu, 19 Aug 2010 13:52:24 -0700 (PDT) Date: Thu, 19 Aug 2010 14:52:24 -0600 Message-ID: Subject: Re: [RFC] Move all btrfs command to only one command From: James Smith To: linux-btrfs Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 19 Aug 2010 20:52:29 +0000 (UTC) diff --git a/btrfs.c b/btrfs.c index 4d263c4..3418837 100644 --- a/btrfs.c +++ b/btrfs.c @@ -44,52 +44,52 @@ static struct Command commands[] = { avoid short commands different for the case only */ { do_clone, 2, - "subvolume snapshot", " [/]\n" - "Create a writable snapshot of the subvolume with\n" - "the name in the directory." + "subvolume snapshot", " [/]\n" + "Create a writable snapshot of the subvolume with\n" + "the name in the directory." }, { do_delete_subvolume, 1, - "subvolume delete", "\n" - "Delete the subvolume ." + "subvolume delete", "\n" + "Delete the subvolume ." }, { do_create_subvol, 1, - "subvolume create", "[/]\n" - "Create a subvolume in (or the current directory if\n" + "subvolume create", "[/]\n" + "Create a subvolume in (or the current directory if\n" "not passed)." }, { do_defrag, -1, - "filesystem defragment", "| [|...]\n" + "filesystem defragment", "| [|...]\n" "Defragment a file or a directory." }, { do_fssync, 1, - "filesystem sync", "\n" - "Force a sync on the filesystem ." + "filesystem sync", "\n" + "Force a sync on the filesystem ." }, { do_resize, 2, - "filesystem resize", "[+/-][gkm]|max \n" + "filesystem resize", "[+/-][gkm]|max \n" "Resize the file system. If 'max' is passed, the filesystem\n" - "will occupe all available space on the device." + "will occupy all available space on the device." }, { do_show_filesystem, 999, - "filesystem show", "[|