]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mount-tool: fix confusion in --help
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 9 Dec 2025 12:46:48 +0000 (13:46 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Wed, 11 Feb 2026 10:46:44 +0000 (11:46 +0100)
See grandparent commit for explanation.

src/mount/mount-tool.c

index 7dd45aacea5672be9e2eb0d27373b08198956755..24b93e12397186f0b87fc822478c8a286df4573e 100644 (file)
@@ -141,7 +141,8 @@ static int help(void) {
                "     --fsck=no                    Don't run file system check before mount\n"
                "     --description=TEXT           Description for unit\n"
                "  -p --property=NAME=VALUE        Set mount unit property\n"
-               "  -A --automount=BOOL             Create an auto-mount point\n"
+               "     --automount=BOOL             Create an automount point\n"
+               "  -A                              Same as --automount=yes\n"
                "     --timeout-idle-sec=SEC       Specify automount idle timeout\n"
                "     --automount-property=NAME=VALUE\n"
                "                                  Set automount unit property\n"