Skip to content

Commit

Permalink
brek long line into two shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkazulak committed Oct 8, 2024
1 parent 98505f6 commit a16bfe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/budgetadjustments/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ func NewGetCmd(client *sdk.Client) *cobra.Command {
Long: "This endpoint only return past and ongoing events (events that are already started)." +
"Please see Editing budget adjustments." +
"Maximum 500 events can be returned." +
"Optional filtering for specific SLO (only one). If SLO is defined we will return only events for that SLO and the result will also include other SLOs that this events have. Sorted by eventStart.",
"Optional filtering for specific SLO (only one). If SLO is defined we will return only events" +
" for that SLO and the result will also include other SLOs that this events have. Sorted by eventStart.",
Example: example,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
get.client = client
Expand Down

0 comments on commit a16bfe7

Please sign in to comment.