creds: move -h/--help and --version to correct section in the help message

This commit is contained in:
Yu Watanabe
2024-09-15 03:21:41 +09:00
parent 6c38915d35
commit 60b2ddc9b7

View File

@@ -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"