diff options
Diffstat (limited to 'instfiles/init.d/xrdp')
-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 |