From e4dcd892ebe3415499866e5e7a080fc02c08ca15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 9 Dec 2025 13:46:48 +0100 Subject: [PATCH] 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) --- src/mount/mount-tool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.3