From 02b0bdcc8c435d845c6e5ce89beb1c48cdde930c Mon Sep 17 00:00:00 2001 From: Paul Laffitte Date: Thu, 8 Apr 2021 19:09:30 +0200 Subject: [PATCH] fix typo in findmnt help --- misc-utils/findmnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3