This commit is contained in:
sanderr 2019-05-07 22:00:20 +02:00 committed by Stefan Benten
parent a83bb17417
commit a795ec93ac

View File

@ -63,7 +63,7 @@ var (
}
dashboardCmd = &cobra.Command{
Use: "dashboard",
Short: "Display a dashbaord",
Short: "Display a dashboard",
RunE: cmdDashboard,
Annotations: map[string]string{"type": "helper"},
}