btrfs-progs: Fix spelling in btrfs sub list help
authorHugo Mills <hugo@carfax.org.uk>
Tue, 12 Aug 2014 20:22:53 +0000 (21:22 +0100)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 14:09:55 +0000 (16:09 +0200)
"below", not "bellow"

Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
Signed-off-by: David Sterba <dsterba@suse.cz>
cmds-subvolume.c

index 0d4a52e..dc41b84 100644 (file)
@@ -369,7 +369,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 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",