btrfs-progs: doc: snapshot -r and -i can be used together

This aligns the man page with the usage output of the tool, the notation
in the help text could be confusing as it reads like -r and -i are
mutually exclusive.

Signed-off-by: Christian Amsüss <chrysn@fsfe.org>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
chrysn 2020-06-29 13:15:00 +02:00 committed by David Sterba
parent ddf878187e
commit a7eca5cfe4

View File

@ -211,7 +211,7 @@ show details about subvolume with root <ID>, looked up in <path>
-u|--uuid UUID::::
show details about subvolume with the given <UUID>, looked up in <path>
*snapshot* [-r|-i <qgroupid>] <source> <dest>|[<dest>/]<name>::
*snapshot* [-r] [-i <qgroupid>] <source> <dest>|[<dest>/]<name>::
Create a snapshot of the subvolume <source> with the
name <name> in the <dest> directory.
+