diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-07-02 20:06:22 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-07-02 20:06:37 +0200 |
commit | 04cd3761f1066e43520201e166cd41bf116f3485 (patch) | |
tree | 615d3f805355a3aa9a74e891460c10daabd938cd /src | |
parent | 10758956f541410ef51cb4e2c5201e1918c37e8e (diff) | |
download | fastd-04cd3761f1066e43520201e166cd41bf116f3485.tar fastd-04cd3761f1066e43520201e166cd41bf116f3485.zip |
Fix typo in --machine-readable help message
Diffstat (limited to 'src')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index 5c7fd89..8b19fd4 100644 --- a/src/config.c +++ b/src/config.c @@ -430,7 +430,7 @@ static void count_peers(fastd_context *ctx, fastd_config *conf) { OPTION_ARG(option_on_disestablish, "--on-disestablish", "<command>", "Sets a shell command to execute when a connection is lost") \ 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", "Supresses output of explaining text in the --show-key and --generate-key commands") + OPTION(option_machine_readable, "--machine-readable", "Suppresses output of explaining text in the --show-key and --generate-key commands") static void print_usage(const char *options, const char *message) { |