summaryrefslogtreecommitdiff
path: root/cpp/install/common/makewindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-10-05 12:03:23 +0000
committerBrent Eagles <brent@zeroc.com>2005-10-05 12:03:23 +0000
commit4301d978fd77c9df9e0c8aa389e5b5c8c49b6059 (patch)
tree93d539746c7042c0e45b37afd95d821ca090ccc7 /cpp/install/common/makewindist.py
parent- Changing default behavior from clean to 'skip-clean' to make it more (diff)
downloadice-4301d978fd77c9df9e0c8aa389e5b5c8c49b6059.tar.bz2
ice-4301d978fd77c9df9e0c8aa389e5b5c8c49b6059.tar.xz
ice-4301d978fd77c9df9e0c8aa389e5b5c8c49b6059.zip
Fixing usage information.
Diffstat (limited to 'cpp/install/common/makewindist.py')
-rwxr-xr-xcpp/install/common/makewindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/install/common/makewindist.py b/cpp/install/common/makewindist.py
index 32754d8d8cf..451bcc29e0d 100755
--- a/cpp/install/common/makewindist.py
+++ b/cpp/install/common/makewindist.py
@@ -25,7 +25,7 @@ def usage():
print "Options:"
print "-h, --help Show this message."
print " --skip-build Do not build any sources."
- print " --skip-clean Do not clean any sources or staged files."
+ print " --clean Clean compiled or staged files."
print " --skip-installer Do not build any installers or merge modules."
def cleanIceDists(sourcesDir, sourcesVersion, installVersion):