Skip to content

Commit

Permalink
clarifying in the description that new commands concerns only past ev…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
piotrkazulak committed Dec 3, 2024
1 parent 16e71de commit 971aaf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/budgetadjustments/events/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewDeleteCmd(clientProvider sdkclient.SdkClientProvider) *cobra.Command {

cmd := &cobra.Command{
Use: "delete",
Short: "Delete existing events.",
Short: "Delete existing past events.",
Example: deleteExample,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
deleteCmd.client = clientProvider.GetClient()
Expand Down
2 changes: 1 addition & 1 deletion internal/budgetadjustments/events/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewUpdateCmd(clientProvider sdkclient.SdkClientProvider) *cobra.Command {

cmd := &cobra.Command{
Use: "update",
Short: "Update existing events with new values. Values for eventStart and eventEnd are required.",
Short: "Update existing past events with new values. Values for eventStart and eventEnd are required.",
Example: updateExample,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
update.client = clientProvider.GetClient()
Expand Down

0 comments on commit 971aaf0

Please sign in to comment.