Skip to content

Commit 5246065

Browse files
author
Sébastien HOUZÉ
committed
fix: deployment_status create
1 parent bd97381 commit 5246065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/deployment_status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var deploymentStatusListCmd = &cobra.Command{
5757
}
5858

5959
var deploymentStatusGetCmd = &cobra.Command{
60-
Use: "create DEPLOYMENT_ID DEPLOYMENT_STATUS_ID",
60+
Use: "get DEPLOYMENT_ID DEPLOYMENT_STATUS_ID",
6161
Short: "Get a single deployment status",
6262
Aliases: []string{"g"},
6363
Args: cobra.ExactArgs(2),

0 commit comments

Comments
 (0)