From 215e9aa63f3af2af26ee2f23b9438089769db9d9 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Wed, 2 Nov 2022 16:58:10 +0800 Subject: [PATCH] update: add verbose option in help message --- include/constant.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/constant.h b/include/constant.h index 2168ad4..bb21cbe 100644 --- a/include/constant.h +++ b/include/constant.h @@ -48,10 +48,13 @@ ClearDNS usage:\n\ Command: ./cleardns [OPTIONS]\n\ \n\ Options:\n\ - --debug Enable debug mode.\n\ - --config Specify config file. (default: cleardns.yml)\n\ - --version Show version information.\n\ - --help Print this message.\n\ + --debug Enable debug mode.\n\ + --config Specify config file. (default: cleardns.yml)\n\ + --verbose Output verbose log content.\n\ + --version Show version information.\n\ + --help Print this message.\n\ " +// TODO: add verbose option + #endif