client: Separate command option words by dash

This commit is contained in:
Tim Kourt 2019-10-29 10:41:32 -07:00 committed by Denis Kenzior
parent 7d24edf467
commit 8d73480d99
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#define COMMAND_OPTION_USERNAME "username"
#define COMMAND_OPTION_PASSWORD "password"
#define COMMAND_OPTION_PASSPHRASE "passphrase"
#define COMMAND_OPTION_DONTASK "dontask"
#define COMMAND_OPTION_DONTASK "dont-ask"
typedef char *(*command_completion_func_t) (const char *text, int state);