From: Hugo Mills Date: Tue, 12 Aug 2014 20:22:53 +0000 (+0100) Subject: btrfs-progs: Fix spelling in btrfs sub list help X-Git-Tag: upstream/4.16.1~2727 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2be623dbae56c6ef15fa40052a31ad65308918c9;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: Fix spelling in btrfs sub list help "below", not "bellow" Signed-off-by: Hugo Mills Signed-off-by: David Sterba --- diff --git a/cmds-subvolume.c b/cmds-subvolume.c index 0d4a52e..dc41b84 100644 --- a/cmds-subvolume.c +++ b/cmds-subvolume.c @@ -369,7 +369,7 @@ static const char * const cmd_subvol_list_usage[] = { " to the given ", "-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",