From: Zbigniew Jędrzejewski-Szmek Date: Tue, 9 Dec 2025 12:46:48 +0000 (+0100) Subject: mount-tool: fix confusion in --help X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c6ee2ce546ce772548bf728b6c235bd997e5c2;p=thirdparty%2Fsystemd.git mount-tool: fix confusion in --help See grandparent commit for explanation. --- diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c index 7dd45aacea5..24b93e12397 100644 --- a/src/mount/mount-tool.c +++ b/src/mount/mount-tool.c @@ -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"