diff options
author | jsorg71 <jsorg71> | 2008-08-17 07:23:56 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-17 07:23:56 +0000 |
commit | a7b624056ff8c08a9c2267a842ccf1c0fa9cfab2 (patch) | |
tree | d87f5602e275ff9d8f314daaf27f282356112565 | |
parent | 70321aa6c6a69c1fba20b0ff2f1ea950123c773a (diff) | |
download | xrdp-proprietary-a7b624056ff8c08a9c2267a842ccf1c0fa9cfab2.tar.gz xrdp-proprietary-a7b624056ff8c08a9c2267a842ccf1c0fa9cfab2.zip |
the name changed
-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 |