Btrfs-progs: add restore command's -x flag to man page
This is a recent flag added to the restore command that allows to restore xattrs. It was missing in the man page. Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
This commit is contained in:
parent
5ac75e2af2
commit
da10563d8b
|
@ -516,6 +516,8 @@ Try to restore files from a damaged filesystem(unmounted).
|
|||
\fIOptions\fR
|
||||
.IP "\fB-s\fP" 5
|
||||
get snapshots.
|
||||
.IP "\fB-x\fP" 5
|
||||
get extended attributes.
|
||||
.IP "\fB-v\fP" 5
|
||||
verbose.
|
||||
.IP "\fB-i\fP" 5
|
||||
|
|
Loading…
Reference in New Issue