]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
findmnt: fix typo fsroot -> nofsroot
authorKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 09:19:56 +0000 (11:19 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 09:19:56 +0000 (11:19 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/findmnt.c

index 4fbcd8c155f5c12a0c156b61412d9edd1bccfaa2..2491799e9e175e87039560c66864745f452d17c3 100644 (file)
@@ -1184,7 +1184,7 @@ int main(int argc, char *argv[])
            { "pairs",        0, 0, 'P' },
            { "raw",          0, 0, 'r' },
            { "types",        1, 0, 't' },
-           { "fsroot",       0, 0, 'v' },
+           { "nofsroot",     0, 0, 'v' },
            { "submounts",    0, 0, 'R' },
            { "source",       1, 0, 'S' },
            { "tab-file",     1, 0, 'F' },