cli/debug: rename DERP debug mode (#11220)

Renames a debug flag in the CLI.

Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
This commit is contained in:
Andrea Gottardo 2024-02-23 15:48:37 -08:00 committed by GitHub
parent ac281dd493
commit c8c999d7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -130,14 +130,14 @@ var debugCmd = &ffcli.Command{
ShortHelp: "force a magicsock rebind",
},
{
Name: "derp-set-homeless",
Name: "derp-set-on-demand",
Exec: localAPIAction("derp-set-homeless"),
ShortHelp: "enable DERP homeless mode (breaks reachablility)",
ShortHelp: "enable DERP on-demand mode (breaks reachability)",
},
{
Name: "derp-unset-homeless",
Name: "derp-unset-on-demand",
Exec: localAPIAction("derp-unset-homeless"),
ShortHelp: "disable DERP homeless mode",
ShortHelp: "disable DERP on-demand mode",
},
{
Name: "break-tcp-conns",