From: Paul Laffitte Date: Thu, 8 Apr 2021 17:09:30 +0000 (+0200) Subject: fix typo in findmnt help X-Git-Tag: v2.37-rc1~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02b0bdcc8c435d845c6e5ce89beb1c48cdde930c;p=thirdparty%2Futil-linux.git fix typo in findmnt help --- diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c index a1c6925351..eebe95e834 100644 --- a/misc-utils/findmnt.c +++ b/misc-utils/findmnt.c @@ -1269,7 +1269,7 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_(" -S, --source the device to mount (by name, maj:min, \n" " LABEL=, UUID=, PARTUUID=, PARTLABEL=)\n"), out); fputs(_(" -T, --target the path to the filesystem to use\n"), out); - fputs(_(" --tree enable tree format output is possible\n"), out); + fputs(_(" --tree enable tree format output if possible\n"), out); fputs(_(" -M, --mountpoint the mountpoint directory\n"), out); fputs(_(" -t, --types limit the set of filesystems by FS types\n"), out); fputs(_(" -U, --uniq ignore filesystems with duplicate target\n"), out);