From 6500965277e92858e03c405c0fec74124fec84dd Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Fri, 21 Sep 2012 00:54:08 -0600 Subject: Btrfs-progs: btrfs subvolume delete could delete subvolumes With this user will be able to provide more than one subvolume to delete. eg: btrfs subvolume delete Signed-off-by: Anand Jain Signed-off-by: Chris Mason --- man/btrfs.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/btrfs.8.in b/man/btrfs.8.in index 6d6c70af..a8b4e9dc 100644 --- a/man/btrfs.8.in +++ b/man/btrfs.8.in @@ -7,7 +7,7 @@ btrfs \- control a btrfs filesystem .SH SYNOPSIS \fBbtrfs\fP \fBsubvolume snapshot\fP\fI [-r] [/]\fP .PP -\fBbtrfs\fP \fBsubvolume delete\fP\fI \fP +\fBbtrfs\fP \fBsubvolume delete\fP\fI [...]\fP .PP \fBbtrfs\fP \fBsubvolume create\fP\fI [/]\fP .PP @@ -98,7 +98,7 @@ subvolume, \fBbtrfs\fR returns an error. If \fI-r\fR is given, the snapshot will be readonly. .TP -\fBsubvolume delete\fR\fI \fR +\fBsubvolume delete\fR\fI [...]\fR Delete the subvolume \fI\fR. If \fI\fR is not a subvolume, \fBbtrfs\fR returns an error. .TP -- cgit v1.2.3