Skip to content

Commit 305c89d

Browse files
Update cmd/variables.go
Co-authored-by: Ben Jackson <[email protected]>
1 parent 48409f6 commit 305c89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/variables.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ func init() {
166166
addVariableCmd.Flags().StringP("name", "N", "", "Name of the variable to add")
167167
addVariableCmd.Flags().StringP("value", "V", "", "Value of the variable to add")
168168
addVariableCmd.Flags().StringP("scope", "S", "", "Scope of the variable[global, build, runtime, container_registry, internal_container_registry]")
169-
updateVariableCmd.Flags().StringP("name", "N", "", "Name of the variable to add")
170-
updateVariableCmd.Flags().StringP("value", "V", "", "Value of the variable to add")
169+
updateVariableCmd.Flags().StringP("name", "N", "", "Name of the variable to update")
170+
updateVariableCmd.Flags().StringP("value", "V", "", "Value of the variable to update")
171171
updateVariableCmd.Flags().StringP("scope", "S", "", "Scope of the variable[global, build, runtime, container_registry, internal_container_registry]")
172172
deleteVariableCmd.Flags().StringP("name", "N", "", "Name of the variable to delete")
173173
}

0 commit comments

Comments
 (0)