All of lore.kernel.org
 help / color / mirror / Atom feed
* help message of btrfsctl does not tell anything about deletion of a subvolume
@ 2010-05-15 18:47 Andreas Philipp
  2010-05-15 22:42 ` Mike Fedyk
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Philipp @ 2010-05-15 18:47 UTC (permalink / raw)
  To: linux-btrfs

Hi,

The help message of the btrfsctl command does not tell anything about
the deletion of a subvolume. See patch below.

Kind regards,
Andreas

diff --git a/btrfsctl.c b/btrfsctl.c
index be6bf25..3ed6f2d 100644
--- a/btrfsctl.c
+++ b/btrfsctl.c
@@ -56,7 +56,7 @@ static void print_usage(void)
     printf("\t-A device: scans the device file for a Btrfs filesystem\n");
     printf("\t-a: scans all devices for Btrfs filesystems\n");
     printf("\t-c: forces a single FS sync\n");
-    printf("\t-D: delete snapshot\n");
+    printf("\t-D: delete snapshot or subvolume\n");
     printf("\t-m [tree id] directory: set the default mounted subvolume"
            " to the [tree id] or the directory\n");
     printf("%s\n", BTRFS_BUILD_VERSION);


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-15 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-15 18:47 help message of btrfsctl does not tell anything about deletion of a subvolume Andreas Philipp
2010-05-15 22:42 ` Mike Fedyk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.