diff options
Diffstat (limited to 'Completion/User/_apachectl')
-rwxr-xr-x | Completion/User/_apachectl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/User/_apachectl b/Completion/User/_apachectl new file mode 100755 index 000000000..6516b1f84 --- /dev/null +++ b/Completion/User/_apachectl @@ -0,0 +1,3 @@ +#compdef apachectl + +_sub_commands start startssl stop restart fullstatus status graceful configtest help |