From 04cd3761f1066e43520201e166cd41bf116f3485 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 2 Jul 2012 20:06:22 +0200 Subject: Fix typo in --machine-readable help message --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.c') 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", "", "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) { -- cgit v1.2.3