From: Zbigniew Jędrzejewski-Szmek Date: Tue, 9 Dec 2025 12:46:48 +0000 (+0100) Subject: mount-tool: fix confusion in --help X-Git-Tag: v257.11~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4dcd892ebe3415499866e5e7a080fc02c08ca15;p=thirdparty%2Fsystemd.git mount-tool: fix confusion in --help See grandparent commit for explanation. (cherry picked from commit e4c6ee2ce546ce772548bf728b6c235bd997e5c2) (cherry picked from commit 49346516b6ff3633205e0b4543f05cbb90c68e89) (cherry picked from commit 2a2d1c10190186657adbbf9d630cdda90da8d969) --- diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c index 5f9cf44b5df..d362955b81c 100644 --- a/src/mount/mount-tool.c +++ b/src/mount/mount-tool.c @@ -140,7 +140,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"