Skip to content

Commit

Permalink
feat: improve comment of the cluster lock cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Dec 31, 2024
1 parent 69d3a87 commit 37b857d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster_lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var clusterLockCmd = &cobra.Command{
func init() {
clusterLockCmd.Flags().StringVarP(&clusterId, "cluster-id", "c", "", "Cluster ID")
clusterLockCmd.Flags().StringVarP(&lockReason, "reason", "r", "", "Reason")
clusterLockCmd.Flags().Int32VarP(&lockTtlInDays, "ttl-in-days", "d", -1, "TTL in days")
clusterLockCmd.Flags().Int32VarP(&lockTtlInDays, "ttl-in-days", "d", -1, " Time-to-live (TTL) for the lock in days (1 to 5 days)")

_ = clusterLockCmd.MarkFlagRequired("cluster-id")
_ = clusterLockCmd.MarkFlagRequired("reason")
Expand Down

0 comments on commit 37b857d

Please sign in to comment.