You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/cmd/logout.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ import (
14
14
varlogoutCmd=&cobra.Command{
15
15
Use: "deregister",
16
16
Aliases: []string{"logout"},
17
-
Short: "deregister from the NetBird Management Service and delete peer",
17
+
Short: "Deregister from the NetBird management service and delete this peer",
18
+
Long: "This command will deregister the current peer from the NetBird management service and all associated configuration. Use with caution as this will remove the peer from the network.",
0 commit comments