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