Skip to content

Commit 1246c4d

Browse files
committed
Fix help message
1 parent 7688174 commit 1246c4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/options.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ void options_show_usage(int __attribute__((unused)) argc, char **argv) {
209209
printf(" -s statistic_interval Optional statistic printout interval.\n"\
210210
" (Default: %d, Disabled: 0, Min: 1, Max: 3600)\n",
211211
defaults.stats_interval);
212-
printf(" -C path Optional directory containing CA "
213-
"certificates.\n");
212+
printf(" -C path Optional file containing CA certificates.\n");
214213
printf(" -v Increase logging verbosity. (Default: error)\n");
215214
printf(" Levels: fatal, stats, error, warning, info, debug\n");
216215
printf(" Request issues are logged on warning level.\n");

0 commit comments

Comments
 (0)