From 60b2ddc9b7e432fe7c178edc8f283ef0ab6d18ce Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 15 Sep 2024 03:21:41 +0900 Subject: [PATCH] creds: move -h/--help and --version to correct section in the help message --- src/creds/creds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3