summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2013-02-01 15:56:28 +0800
committerDavid Sterba <dsterba@suse.cz>2013-02-01 16:55:06 +0100
commit437eea9664ce5f1782aee43f0f8cc49a3e40e9f0 (patch)
treea9450e43aa306f52132dd634509e89c8e4f60a50 /man
parent16ef0a0c3c7e7811dabee76775f170f1a7c61855 (diff)
Btrfs-progs: add show subcommand to subvol cli
This adds show sub-command to the btrfs subvol cli to display detailed inforamtion of the given subvol or snapshot. Signed-off-by: Anand Jain <anand.jain@oracle.com>
Diffstat (limited to 'man')
-rw-r--r--man/btrfs.8.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/btrfs.8.in b/man/btrfs.8.in
index 4e0e74ec..47d13513 100644
--- a/man/btrfs.8.in
+++ b/man/btrfs.8.in
@@ -19,6 +19,8 @@ btrfs \- control a btrfs filesystem
.PP
\fBbtrfs\fP \fBsubvolume find-new\fP\fI <subvolume> <last_gen>\fP
.PP
+\fBbtrfs\fP \fBsubvolume show\fP\fI <path>\fP
+.PP
\fBbtrfs\fP \fBfilesystem defragment\fP -c[zlib|lzo] [-l \fIlen\fR] \
[-s \fIstart\fR] [-t \fIsize\fR] -[vf] <\fIfile\fR>|<\fIdir\fR> \
[<\fIfile\fR>|<\fIdir\fR>...]
@@ -173,6 +175,10 @@ is similar to \fBsubvolume list\fR command.
List the recently modified files in a subvolume, after \fI<last_gen>\fR ID.
.TP
+\fBsubvolume show\fR\fI <path>\fR
+Show information of a given subvolume in the \fI<path>\fR.
+.TP
+
\fBfilesystem defragment\fP -c[zlib|lzo] [-l \fIlen\fR] [-s \fIstart\fR] \
[-t \fIsize\fR] -[vf] <\fIfile\fR>|<\fIdir\fR> [<\fIfile\fR>|<\fIdir\fR>...]