diff options
| -rwxr-xr-x | instfiles/xrdp_control.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instfiles/xrdp_control.sh b/instfiles/xrdp_control.sh index f1b1f7f2..b2deda56 100755 --- a/instfiles/xrdp_control.sh +++ b/instfiles/xrdp_control.sh @@ -84,7 +84,7 @@ case "$1" in xrdp_start ;; *) - echo "Usage: xrdp_daemon {start|stop|restart|force-reload}" + echo "Usage: xrdp_control.sh {start|stop|restart|force-reload}" exit 1 esac |
