summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-10-08 02:02:07 +0000
committerPavel Roskin <plroskin@gmail.com>2016-10-08 02:02:07 +0000
commit8e7d12ff50cbe57ebe4d429affbd4d63deb7ba66 (patch)
tree53644dbfbbd1f91c2e7ea9ff67d02e4b1788528e
parent22c370a6a19626b1c377690c1a6bb6dcfb98de36 (diff)
downloadxrdp-proprietary-8e7d12ff50cbe57ebe4d429affbd4d63deb7ba66.tar.gz
xrdp-proprietary-8e7d12ff50cbe57ebe4d429affbd4d63deb7ba66.zip
buildx.sh: "clean" is a constant string, not a semantic variable
-rwxr-xr-xxorg/X11R7.6/buildx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh
index 3b8e0acd..0ae62a34 100755
--- a/xorg/X11R7.6/buildx.sh
+++ b/xorg/X11R7.6/buildx.sh
@@ -198,7 +198,7 @@ count=0
if [ $# -lt 1 ]; then
echo ""
echo "usage: buildx.sh <installation dir>"
- echo "usage: buildx.sh <clean>"
+ echo "usage: buildx.sh clean"
echo "usage: buildx.sh default"
echo "usage: buildx.sh <installation dir> drop - set env and run bash in rdp dir"
echo ""