diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-02-08 01:54:37 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-07 19:54:37 -0500 |
commit | cec2a20dab1b3ac33231904f857ee4610e35b805 (patch) | |
tree | 38998c0ca8145d7e1b2d9fe8b0f95a1dc376e30d | |
parent | a4bee981529cd7d2c3d17dbf4e0b53b5338a82c9 (diff) |
man: s/--unmount/--umount/g (#5243)
The --help text currently uses the "--umount" spelling, hence to the
same in the man page too.
And let's settle on "umount" instead of "unmount" here, since most folks
probably expect that when typing in a command, as util-linux' tool is
called "umount" after all, and so is the symlink "systemd-umount" we
install.
-rw-r--r-- | man/systemd-mount.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml index ab85dc5640..8bba286787 100644 --- a/man/systemd-mount.xml +++ b/man/systemd-mount.xml @@ -250,7 +250,7 @@ <varlistentry> <term><option>-u</option></term> - <term><option>--unmount</option></term> + <term><option>--umount</option></term> <listitem><para>Stop the mount and automount units corresponding to the specified mount points <replaceable>WHERE</replaceable>.</para> |