mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-04 11:51:42 +00:00
Btrfs-progs: update the manpage entries for the btrfs subvolume list
This patch adds the introduction of the new option '-r' into the man page of 'btrfs subvolume list' command. Signed-off-by: Zhou Bo <zhoub-fnst@cn.fujitsu.com>
This commit is contained in:
parent
3defb82384
commit
af3045cb20
@ -11,7 +11,7 @@ btrfs \- control a btrfs filesystem
|
||||
.PP
|
||||
\fBbtrfs\fP \fBsubvolume create\fP\fI [<dest>/]<name>\fP
|
||||
.PP
|
||||
\fBbtrfs\fP \fBsubvolume list\fP\fI [-p] <path>\fP
|
||||
\fBbtrfs\fP \fBsubvolume list\fP\fI [-pr] <path>\fP
|
||||
.PP
|
||||
\fBbtrfs\fP \fBsubvolume set-default\fP\fI <id> <path>\fP
|
||||
.PP
|
||||
@ -108,7 +108,7 @@ Create a subvolume in \fI<dest>\fR (or in the current directory if
|
||||
\fI<dest>\fR is omitted).
|
||||
.TP
|
||||
|
||||
\fBsubvolume list\fR\fI [-p] <path>\fR
|
||||
\fBsubvolume list\fR\fI [-pr] <path>\fR
|
||||
List the subvolumes present in the filesystem \fI<path>\fR. For every
|
||||
subvolume the following information is shown by default.
|
||||
ID <ID> top level <ID> path <path>
|
||||
@ -119,6 +119,7 @@ at mount time via the \fIsubvol=\fR option.
|
||||
If \fI-p\fR is given, then \fIparent <ID>\fR is added to the output between ID
|
||||
and top level. The parent's ID may be used at mount time via the
|
||||
\fIsubvolrootid=\fR option.
|
||||
If \fI-r\fR is given, only readonly subvolumes in the filesystem will be listed.
|
||||
.TP
|
||||
|
||||
\fBsubvolume set-default\fR\fI <id> <path>\fR
|
||||
|
Loading…
Reference in New Issue
Block a user