diff options
Diffstat (limited to 'include/viv/cli.h')
| -rw-r--r-- | include/viv/cli.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/viv/cli.h b/include/viv/cli.h index 727fa53..3445fcc 100644 --- a/include/viv/cli.h +++ b/include/viv/cli.h @@ -8,11 +8,11 @@ #include <stdio.h> -static const char *CLI_help = "usage: %s [option] <hostname> [port]\n" +/* static const char *CLI_help = "usage: %s [option] <hostname> [port]\n" "options:\n" " -c, --cert print the received certificates\n" " -h, --help you are here\n" - " -v, --version print viv's version information\n"; + " -v, --version print viv's version information\n"; */ typedef enum { CLI_option_SHOW_CERTS = (1 << 0), |