Skip to content

Commit

Permalink
Add --fail-on-error documentation
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Feb 8, 2025
1 parent d5dc3c1 commit c1fa324
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,9 @@ void parse_args(int argc, char *argv[])
printf("\t authentication (if enabled)\n");
printf("\t%s--perf%s Run performance-tests based on the\n", green, normal);
printf("\t BALLOON password-hashing algorithm\n");
printf("\t%s--fail-on-error%s Fail hard on dnsmasq errors instead\n", green, normal);
printf("\t of trying to continue running to offer\n");
printf("\t partial functionality\n");
printf("\t%s--%s [OPTIONS]%s Pass OPTIONS to internal dnsmasq resolver\n", green, cyan, normal);
printf("\t%s-h%s, %shelp%s Display this help and exit\n\n", green, normal, green, normal);
exit(EXIT_SUCCESS);
Expand Down

0 comments on commit c1fa324

Please sign in to comment.