diff options
-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 |