summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorKarel Zak2013-04-05 11:19:56 +0200
committerKarel Zak2013-04-05 11:19:56 +0200
commit395eb05d1697ce5e029f439839b49ddecee5b6f8 (patch)
treeb258266081aacbb2769bb971afb60f27f114b3e2 /misc-utils
parentblkid: use O_CLOEXEC (diff)
downloadkernel-qcow2-util-linux-395eb05d1697ce5e029f439839b49ddecee5b6f8.tar.gz
kernel-qcow2-util-linux-395eb05d1697ce5e029f439839b49ddecee5b6f8.tar.xz
kernel-qcow2-util-linux-395eb05d1697ce5e029f439839b49ddecee5b6f8.zip
findmnt: fix typo fsroot -> nofsroot
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/findmnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c
index 4fbcd8c15..2491799e9 100644
--- a/misc-utils/findmnt.c
+++ b/misc-utils/findmnt.c
@@ -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' },