Skip to content

Commit 779f768

Browse files
authored
complete: simplify builtin option (#17689)
Update complete.md
1 parent 2f6280b commit 779f768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/common/complete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
- Set arguments of a command to autocomplete to shell builtins:
1717

18-
`complete -A builtin {{command}}`
18+
`complete -b {{command}}`
1919

2020
- Apply autocompletion without appending a space to the completed word:
2121

0 commit comments

Comments
 (0)