We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404fee8 commit c71c133Copy full SHA for c71c133
cmd/headscale/cli/nodes.go
@@ -53,7 +53,7 @@ var ListNodesCmd = &cobra.Command{
53
log.Fatalf("Error getting nodes: %s", err)
54
}
55
56
- fmt.Printf("name\tlast seen")
+ fmt.Printf("name\t\tlast seen\n")
57
for _, m := range *machines {
58
fmt.Printf("%s\t%s\n", m.Name, m.LastSeen.Format("2006-01-02 15:04:05"))
59
0 commit comments