Put locale code back in. More cleanup of config directives and options.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@231 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
@@ -61,7 +61,7 @@ enum {
|
||||
|
||||
/* Our getopt_long options string.
|
||||
*/
|
||||
#define GETOPTS_OPTION_STRING "a:c:C:Dfhi:KO:RSvV"
|
||||
#define GETOPTS_OPTION_STRING "a:c:C:Dfhi:Kl:O:RSvV"
|
||||
|
||||
/* Our program command-line options...
|
||||
*/
|
||||
@@ -77,6 +77,7 @@ static struct option cmd_opts[] =
|
||||
{"kill", 0, NULL, 'K'},
|
||||
{"gpg-home-dir", 1, NULL, GPG_HOME_DIR },
|
||||
{"gpg-key", 1, NULL, GPG_KEY },
|
||||
{"locale", 1, NULL, 'l' },
|
||||
{"rotate-digest-cache", 0, NULL, ROTATE_DIGEST_CACHE },
|
||||
{"override-config", 1, NULL, 'O' },
|
||||
{"restart", 0, NULL, 'R'},
|
||||
|
||||
Reference in New Issue
Block a user