@@ -99,7 +99,7 @@ print the ogeneration of the subvolume, aliases: ogen or origin generation.
-g::::
print the generation of the subvolume.
-o::::
-print only subvolumes bellow specified <path>.
+print only subvolumes below the specified <path>.
-u::::
print the UUID of the subvolume.
-q::::
@@ -390,7 +390,7 @@ static const char * const cmd_subvol_list_usage[] = {
" to the given <path>",
"-c print the ogeneration of the subvolume",
"-g print the generation of the subvolume",
- "-o print only subvolumes bellow specified path",
+ "-o print only subvolumes below the specified path",
"-u print the uuid of subvolumes (and snapshots)",
"-q print the parent uuid of the snapshots",
"-t print the result as a table",
Signed-off-by: David Disseldorp <ddiss@suse.de> --- Documentation/btrfs-subvolume.txt | 2 +- cmds-subvolume.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)