diff --git a/main.go b/main.go index 31095be..80fc1d6 100644 --- a/main.go +++ b/main.go @@ -61,10 +61,10 @@ var sayCmd = &cobra.Command{ } var statusCmd = &cobra.Command{ - Use: "cmd", + Use: "status", Short: "Get the status of the server", Run: server.Status, - Args: cobra.MinimumNArgs(1), + Args: cobra.MinimumNArgs(1), } //go:embed templates/docker-compose.yml