diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:44:57 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:44:57 +0000 |
commit | 5ab40d127bc52862845552df9944cc449efc1c9d (patch) | |
tree | 1939275f3127f38dec3b6a1a04044ae0f6bd21e4 /Completion/Unix/Command | |
parent | 3a229642173fe0843939616351fd95944e93ca5c (diff) | |
download | zsh-5ab40d127bc52862845552df9944cc449efc1c9d.tar.gz zsh-5ab40d127bc52862845552df9944cc449efc1c9d.tar.xz zsh-5ab40d127bc52862845552df9944cc449efc1c9d.zip |
moved from Completion/User/_apachectl
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_apachectl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_apachectl b/Completion/Unix/Command/_apachectl new file mode 100644 index 000000000..6516b1f84 --- /dev/null +++ b/Completion/Unix/Command/_apachectl @@ -0,0 +1,3 @@ +#compdef apachectl + +_sub_commands start startssl stop restart fullstatus status graceful configtest help |