Skip to content

Commit f98996f

Browse files
committed
cli: fix documentation around --change-type
1 parent fdfc474 commit f98996f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/src/main/java/org/ebean/monitor/cli/ChangeCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
" insight change 123 # summary + unified diff of from/to EXPLAIN",
2121
" insight change 123 --raw # to-plan EXPLAIN text only",
2222
" insight change 123 -o json # full from/to plans as JSON",
23-
" # find a change id first: insight changes --type CHANGED"
23+
" # find a change id first: insight changes --change-type CHANGED"
2424
})
2525
final class ChangeCommand implements Callable<Integer> {
2626

cli/src/main/java/org/ebean/monitor/cli/InsightCli.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
" insight pending --app <app> # captures awaiting collection",
5353
" insight plans --app <app> --env <env> # recently captured plans",
5454
" insight plan <id> # SQL + binds + EXPLAIN",
55-
" insight changes --type CHANGED # query plans whose shape changed",
55+
" insight changes --change-type CHANGED # query plans whose shape changed",
5656
"",
5757
" Connect without kube access via a direct URL: --url http://host:8091",
5858
" JSON for scripting: add -o json (or persist: insight config set output json)"

0 commit comments

Comments
 (0)