summaryrefslogtreecommitdiffstats
path: root/src/options.def.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-03-10 17:04:26 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-03-10 17:04:26 +0100
commitb7fec238bd094d70df001c069cb9ac11056f907c (patch)
treeee699df73ccd6cccaf58fb32c3eeafc5af9913bf /src/options.def.h
parente1b955d0fa9e6d1280d9e27cb7545e5d582dea28 (diff)
downloadfastd-b7fec238bd094d70df001c069cb9ac11056f907c.tar
fastd-b7fec238bd094d70df001c069cb9ac11056f907c.zip
Add --verify-config option
Diffstat (limited to 'src/options.def.h')
-rw-r--r--src/options.def.h1
1 files changed, 1 insertions, 0 deletions
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", "<command>", "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");