]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fix typo in findmnt help
authorPaul Laffitte <plaffitt@gmail.com>
Thu, 8 Apr 2021 17:09:30 +0000 (19:09 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 17:09:30 +0000 (19:09 +0200)
misc-utils/findmnt.c

index a1c6925351d0dbbf7b64f22eeca96ba521575c7a..eebe95e8348a2099b6e9e29d0fe3979fe5a3d2b0 100644 (file)
@@ -1269,7 +1269,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -S, --source <string>  the device to mount (by name, maj:min, \n"
                "                          LABEL=, UUID=, PARTUUID=, PARTLABEL=)\n"), out);
        fputs(_(" -T, --target <path>    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 <dir> the mountpoint directory\n"), out);
        fputs(_(" -t, --types <list>     limit the set of filesystems by FS types\n"), out);
        fputs(_(" -U, --uniq             ignore filesystems with duplicate target\n"), out);