From: Lennart Poettering Date: Tue, 23 Apr 2024 10:55:17 +0000 (+0200) Subject: cryptenroll: use [] in --help text to indicate block device argument is now optional X-Git-Tag: v256-rc1~39^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4eda525db10c2b8480656321d5176a0951b823;p=thirdparty%2Fsystemd.git cryptenroll: use [] in --help text to indicate block device argument is now optional --- diff --git a/src/cryptenroll/cryptenroll.c b/src/cryptenroll/cryptenroll.c index 9ace8c1e90a..dd7ce28aa3d 100644 --- a/src/cryptenroll/cryptenroll.c +++ b/src/cryptenroll/cryptenroll.c @@ -171,7 +171,7 @@ static int help(void) { if (r < 0) return log_oom(); - printf("%1$s [OPTIONS...] BLOCK-DEVICE\n\n" + printf("%1$s [OPTIONS...] [BLOCK-DEVICE]\n\n" "%5$sEnroll a security token or authentication credential to a LUKS volume.%6$s\n\n" " -h --help Show this help\n" " --version Show package version\n"