Skip to content

Commit

Permalink
Add long description for expire
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Nov 21, 2021
1 parent b152e53 commit fac33e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/headscale/cli/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ var listNodesCmd = &cobra.Command{
var expireNodeCmd = &cobra.Command{
Use: "expire",
Short: "Expire (log out) a machine in your network",
Long: "Expiring a node will keep the node in the database and force it to reauthenticate.",
Aliases: []string{"logout"},
Run: func(cmd *cobra.Command, args []string) {
output, _ := cmd.Flags().GetString("output")
Expand Down

0 comments on commit fac33e4

Please sign in to comment.