Simple name change on header

This commit is contained in:
Gregory Kurtzer
2021-12-31 04:53:10 +00:00
parent 6313220ca6
commit 1ccc65a91e

View File

@@ -76,7 +76,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
}
}
fmt.Printf("%-20s %-20s %-25s %-10s\n", "NODENAME", "STATUS", "SENT", "LASTSEEN (s)")
fmt.Printf("%-20s %-20s %-25s %-10s\n", "NODENAME", "STAGE", "SENT", "LASTSEEN (s)")
fmt.Printf("%s\n", strings.Repeat("=", 80))
keys := make([]string, 0, len(nodeStatus.Nodes))