summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-03 05:48:15 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-03 05:48:15 +0100
commitbe28b733d8539b5d9f6077f4470e06843226b515 (patch)
tree5b899169a2a826a06392a7208366585654df9cd4 /src/config.c
parent4af0c6c0bcceab7640b943c56620b11302f6bb9b (diff)
downloadfastd-be28b733d8539b5d9f6077f4470e06843226b515.tar
fastd-be28b733d8539b5d9f6077f4470e06843226b515.zip
Remove the word "version" from usage text
It is now included in the version string itself.
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
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);