diff options
Diffstat (limited to 'src/config.c')
-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 4fa3988..c9071e1 100644 --- a/src/config.c +++ b/src/config.c @@ -603,7 +603,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) " FASTD_VERSION " usage:\n"); + puts("fastd (Fast and Secure Tunnelling Daemon) " FASTD_VERSION " usage:\n"); OPTIONS exit(0); |