diff options
-rw-r--r-- | etc/function | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/function b/etc/function index c097c78..61fc8fa 100644 --- a/etc/function +++ b/etc/function @@ -8,7 +8,7 @@ autoload zargs # own functions autoload $ZDIR/functions/*(:t) -function Start Stop Restart Reload { +function Status Start Stop Restart Reload { typeset script sudo if ((EUID)) { sudo=sudo |