Skip to content

Commit

Permalink
cli: fix typo in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosfrm authored and galad87 committed Sep 18, 2024
1 parent f3c7f7c commit 1e56ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ static void ShowHelp(void)
" --json Log title, progress, and version info in\n"
" JSON format\n"
" -v, --verbose[=number] Be verbose (optional argument: logging level)\n"
" -Z. --preset <string> Select preset by name (case-sensitive)\n"
" -Z, --preset <string> Select preset by name (case-sensitive)\n"
" Enclose names containing spaces in double quotation\n"
" marks (e.g. \"Preset Name\")\n"
" -z, --preset-list List available presets\n"
Expand Down

0 comments on commit 1e56ea0

Please sign in to comment.