diff options
Diffstat (limited to 'instfiles/xrdp.sh')
-rwxr-xr-x | instfiles/xrdp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instfiles/xrdp.sh b/instfiles/xrdp.sh index 6a8ac952..3671004f 100755 --- a/instfiles/xrdp.sh +++ b/instfiles/xrdp.sh @@ -134,7 +134,7 @@ case "$1" in xrdp_start ;; *) - echo "Usage: xrdp_control.sh {start|stop|restart|force-reload}" + echo "Usage: xrdp.sh {start|stop|restart|force-reload}" exit 1 esac |