Skip to content

Commit

Permalink
docs: surround must-choose-one option group with braces
Browse files Browse the repository at this point in the history
  • Loading branch information
Lai-YT committed Aug 2, 2023
1 parent fe97e3e commit 7699965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void help() {
*/
void usage() {
fprintf(stdout, YELLOW "Usage: " NO_COLOR);
fprintf(stdout, "%s [-h] [-V] [-g regexp [-o FILE]] [[-c] regexp string]\n\n",
fprintf(stdout, "%s [-h] [-V] {-g regexp [-o FILE] | [-c] regexp string}\n\n",
PROGRAM_NAME);
}

Expand Down

0 comments on commit 7699965

Please sign in to comment.