From b7fec238bd094d70df001c069cb9ac11056f907c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 10 Mar 2014 17:04:26 +0100 Subject: Add --verify-config option --- src/options.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.def.h') diff --git a/src/options.def.h b/src/options.def.h index af07c45..8a85751 100644 --- a/src/options.def.h +++ b/src/options.def.h @@ -46,6 +46,7 @@ OPTION_ARG(option_on_verify, "--on-verify", "", "Sets a shell command t SEPARATOR; #endif +OPTION(option_verify_config, "--verify-config", "Checks the configuration and exits"); OPTION(option_generate_key, "--generate-key", "Generates a new keypair"); OPTION(option_show_key, "--show-key", "Shows the public key corresponding to the configured secret"); OPTION(option_machine_readable, "--machine-readable", "Suppresses output of explaining text in the --show-key and --generate-key commands"); -- cgit v1.2.3