diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-05 16:27:38 -0500 |
---|---|---|
committer | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-02-05 22:27:38 +0100 |
commit | d20a328f97ae3709342f6176e6e54ee12e26f321 (patch) | |
tree | edc33d57098c14404af9cc880d4a783cc85f81c7 /src/mount | |
parent | 1b52793d5d597e62c8e35009baca165f1408687e (diff) |
build-sys,man: describe systemd-umount and hook it up to installation (#5227)
Diffstat (limited to 'src/mount')
-rw-r--r-- | src/mount/mount-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c index e66c2fe5f3..a277724029 100644 --- a/src/mount/mount-tool.c +++ b/src/mount/mount-tool.c @@ -100,7 +100,7 @@ static void help(void) { " Set automount unit property\n" " --bind-device Bind automount unit to device\n" " --list List mountable block devices\n" - " -u --umount Unmount a mount point\n" + " -u --umount Unmount mount points\n" , program_invocation_short_name); } |