Skip to content

Commit 39d0147

Browse files
committed
Merge branch 'hotfix/v1.42.3-project-name-support-added-on-update'
2 parents d7365b6 + 16f3ddc commit 39d0147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/updateProjects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
func init() {
1313
updateCmd.AddCommand(updateProjectCMD)
14-
updateProjectCMD.Flags().String("project-id", "", "id of the project")
14+
updateProjectCMD.Flags().String("project-id", "", "id or name of the project")
1515
updateProjectCMD.Flags().Int("criticality-level", 0, "business criticality of the project, possible values are [ 4 = Major, 3 = High, 2 = Medium, 1 = Low, 0 = None, -1 = Auto ]. Default is [0]")
1616
}
1717

0 commit comments

Comments
 (0)