From: Yu Watanabe Date: Sat, 14 Sep 2024 18:21:41 +0000 (+0900) Subject: creds: move -h/--help and --version to correct section in the help message X-Git-Tag: v257-rc1~444^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F34419%2Fhead;p=thirdparty%2Fsystemd.git creds: move -h/--help and --version to correct section in the help message --- diff --git a/src/creds/creds.c b/src/creds/creds.c index 3d9510c99f1..b55c60775c1 100644 --- a/src/creds/creds.c +++ b/src/creds/creds.c @@ -714,9 +714,9 @@ static int verb_help(int argc, char **argv, void *userdata) { " ciphertext credential file\n" " decrypt INPUT [OUTPUT] Decrypt ciphertext credential file and write to\n" " plaintext credential file\n" + "\n%3$sOptions:%4$s\n" " -h --help Show this help\n" " --version Show package version\n" - "\n%3$sOptions:%4$s\n" " --no-pager Do not pipe output into a pager\n" " --no-legend Do not show the headers and footers\n" " --json=pretty|short|off\n"