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

Renames a debug flag in the CLI.

Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
pull/11224/head
Andrea Gottardo 9 months ago committed by GitHub
parent ac281dd493
commit c8c999d7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -130,14 +130,14 @@ var debugCmd = &ffcli.Command{
ShortHelp: "force a magicsock rebind", ShortHelp: "force a magicsock rebind",
}, },
{ {
Name: "derp-set-homeless", Name: "derp-set-on-demand",
Exec: localAPIAction("derp-set-homeless"), 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"), Exec: localAPIAction("derp-unset-homeless"),
ShortHelp: "disable DERP homeless mode", ShortHelp: "disable DERP on-demand mode",
}, },
{ {
Name: "break-tcp-conns", Name: "break-tcp-conns",

Loading…
Cancel
Save