Skip to content

Commit

Permalink
bin: add -S,--sosreport description on help command
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jun 13, 2017
1 parent 20915dd commit 29cf857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fluent-bit.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ static void flb_help(int rc, struct flb_config *config)
FLB_CONFIG_HTTP_PORT);
#endif
printf(" -q, --quiet\t\tquiet mode\n");
printf(" -S, --sosreport\tsupport report for Enterprise customers\n");
printf(" -V, --version\t\tshow version number\n");
printf(" -h, --help\t\tprint this help\n\n");

Expand Down

0 comments on commit 29cf857

Please sign in to comment.