summaryrefslogtreecommitdiffstats
path: root/complete
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-15 20:43:13 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-15 21:06:45 -0400
commit52ec68799ccf43f77170585a9065021a54441478 (patch)
tree26b5755e6ab6eaa5b6536fac19e0c9779b7990df /complete
parentc0d78240dfe4e67244767296e1f89284925d6d82 (diff)
ci: make script names consistent
Diffstat (limited to 'complete')
-rw-r--r--complete/_rg4
1 files changed, 2 insertions, 2 deletions
diff --git a/complete/_rg b/complete/_rg
index a8462c81..828a6e60 100644
--- a/complete/_rg
+++ b/complete/_rg
@@ -3,7 +3,7 @@
##
# zsh completion function for ripgrep
#
-# Run ci/test_complete.sh after building to ensure that the options supported by
+# Run ci/test-complete after building to ensure that the options supported by
# this function stay in synch with the `rg` binary.
#
# For convenience, a completion reference guide is included at the bottom of
@@ -323,7 +323,7 @@ _rg() {
'(--type-list)*: :_files'
)
- # This is used with test_complete.sh to verify that there are no options
+ # This is used with test-complete to verify that there are no options
# listed in the help output that aren't also defined here
[[ $_RG_COMPLETE_LIST_ARGS == (1|t*|y*) ]] && {
print -rl - $args