Skip to content

Commit b0990be

Browse files
committed
refactor(cli): Better wording
1 parent dcee08a commit b0990be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ push
14271427
.command("collection")
14281428
.alias("collections")
14291429
.description("Push collections in the current project.")
1430-
.option(`-d, --debounce <maxDebounces>`, `Max number of debounces, default: 30.`)
1430+
.option(`-a, --attempts <numberOfAttempts>`, `Max number of attempts before timing out collection attribute operations, default: 30.`)
14311431
.action(actionRunner(pushCollection));
14321432

14331433
push

0 commit comments

Comments
 (0)