Commit c778b0a
committed
fix(cli): state the 100-row server cap in alert/alert-event --limit flag help
The alert list and alert-event list endpoints reject limit > 100 with
InvalidParameter. incident list already documents the cap in its --limit
flag help; mirror the same wording so the Flags section alone is enough
to get the first call right (the long description mentions the cap, but
--help readers who grep Flags never see it).1 parent 824acfb commit c778b0a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments