mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 01:04:10 +08:00
Remove outdated comment
[ci skip]
This commit is contained in:
parent
912ba177ec
commit
7766d0a7d0
@ -19,7 +19,6 @@ else if test -d /etc/init.d # SysV on Debian and other linuxen
|
||||
__fish_complete_static_service_actions $service_commands
|
||||
else # FreeBSD
|
||||
# Use the output of `service -v foo` to retrieve the list of service-specific verbs
|
||||
# We can safely use `sed` here because this is platform-specific
|
||||
complete -c service -n "not __fish_is_first_token" -xa "(__fish_complete_freebsd_service_actions)"
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user