mirror of
https://github.com/neocturne/fastd.git
synced 2025-05-14 20:25:08 +02:00
Fix typo in --machine-readable help message
This commit is contained in:
parent
10758956f5
commit
04cd3761f1
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ static void count_peers(fastd_context *ctx, fastd_config *conf) {
|
||||||
OPTION_ARG(option_on_disestablish, "--on-disestablish", "<command>", "Sets a shell command to execute when a connection is lost") \
|
OPTION_ARG(option_on_disestablish, "--on-disestablish", "<command>", "Sets a shell command to execute when a connection is lost") \
|
||||||
OPTION(option_generate_key, "--generate-key", "Generates a new keypair") \
|
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_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) {
|
static void print_usage(const char *options, const char *message) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue