From be28b733d8539b5d9f6077f4470e06843226b515 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 3 Mar 2013 05:48:15 +0100 Subject: Remove the word "version" from usage text It is now included in the version string itself. --- 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 001cc2e..f51e066 100644 --- a/src/config.c +++ b/src/config.c @@ -576,7 +576,7 @@ static void usage(fastd_context_t *ctx, fastd_config_t *conf) { #define OPTION(func, options, message) print_usage(" " options, message); #define OPTION_ARG(func, options, arg, message) print_usage(" " options " " arg, message); - puts("fastd (Fast and Secure Tunneling Daemon) version " FASTD_VERSION " usage:\n"); + puts("fastd (Fast and Secure Tunneling Daemon) " FASTD_VERSION " usage:\n"); OPTIONS exit(0); -- cgit v1.2.3