diff options
author | Gustavo Homem <gustavo@angulosolido.pt> | 2013-03-20 18:28:17 +0000 |
---|---|---|
committer | Gustavo Homem <gustavo@angulosolido.pt> | 2013-03-20 18:28:17 +0000 |
commit | 3543206ad76bfe4c27960cd33354de2d1c0fa3f3 (patch) | |
tree | 4c53ba606f1d8ac574002290e7207aa75e0851f6 | |
parent | 68f38adaa383ad6bdde104e7355251238fef2781 (diff) | |
download | xrdp-proprietary-3543206ad76bfe4c27960cd33354de2d1c0fa3f3.tar.gz xrdp-proprietary-3543206ad76bfe4c27960cd33354de2d1c0fa3f3.zip |
correct usage
-rw-r--r-- | instfiles/init.d/xrdp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instfiles/init.d/xrdp b/instfiles/init.d/xrdp index 8ed8cc23..f9804381 100644 --- a/instfiles/init.d/xrdp +++ b/instfiles/init.d/xrdp @@ -177,7 +177,7 @@ case "$1" in ;; *) N=/etc/init.d/$NAME - echo "Usage: $N {start|stop|restart|force-reload|status}" >&2 + echo "Usage: $N {start|stop|force-stop|restart|force-reload|status}" >&2 exit 1 ;; esac |