Skip to content

Commit 5af5647

Browse files
committed
docs(_service): note why it's in the main file
1 parent a124b3d commit 5af5647

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bash_completion

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,6 +1559,9 @@ _services()
15591559
# This completes on a list of all available service scripts for the
15601560
# 'service' command and/or the SysV init.d directory, followed by
15611561
# that script's available commands
1562+
# This function is in the main bash_completion file rather than in a separate
1563+
# one, because we set it up eagerly as completer for scripts in sysv init dirs
1564+
# below.
15621565
#
15631566
_service()
15641567
{

0 commit comments

Comments
 (0)