summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
diff options
context:
space:
mode:
authorHugo Mills <hugo@carfax.org.uk>2014-08-12 21:22:53 +0100
committerDavid Sterba <dsterba@suse.cz>2014-08-22 16:09:55 +0200
commit2be623dbae56c6ef15fa40052a31ad65308918c9 (patch)
treee3584204cb670059af36ebf3f1d826481e06b40a /cmds-subvolume.c
parentdace60fc82c10f746a6db89885ef02485fbaaba1 (diff)
btrfs-progs: Fix spelling in btrfs sub list help
"below", not "bellow" Signed-off-by: Hugo Mills <hugo@carfax.org.uk> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'cmds-subvolume.c')
-rw-r--r--cmds-subvolume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-subvolume.c b/cmds-subvolume.c
index 0d4a52ea..dc41b843 100644
--- a/cmds-subvolume.c
+++ b/cmds-subvolume.c
@@ -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",