Browse Source

update: add verbose option in help message

dev
Dnomd343 2 years ago
parent
commit
215e9aa63f
  1. 11
      include/constant.h

11
include/constant.h

@ -48,10 +48,13 @@ ClearDNS usage:\n\
Command: ./cleardns [OPTIONS]\n\ Command: ./cleardns [OPTIONS]\n\
\n\ \n\
Options:\n\ Options:\n\
--debug Enable debug mode.\n\ --debug Enable debug mode.\n\
--config Specify config file. (default: cleardns.yml)\n\ --config Specify config file. (default: cleardns.yml)\n\
--version Show version information.\n\ --verbose Output verbose log content.\n\
--help Print this message.\n\ --version Show version information.\n\
--help Print this message.\n\
" "
// TODO: add verbose option
#endif #endif

Loading…
Cancel
Save