mirror of
https://github.com/neocturne/fastd.git
synced 2025-05-14 20:25:08 +02:00
Fix spelling of 'tunnelling'
This commit is contained in:
parent
46e337a1fd
commit
d89701091d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Fastd and Secure Tunneling Daemon (connection %i)
|
Description=Fastd and Secure Tunnelling Daemon (connection %i)
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -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(func, options, message) print_usage(" " options, message);
|
||||||
#define OPTION_ARG(func, options, arg, message) print_usage(" " options " " arg, 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
|
OPTIONS
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue