]> granicus.if.org Git - python/commitdiff
tweak error message
authorJust van Rossum <just@letterror.com>
Tue, 25 Feb 2003 21:08:12 +0000 (21:08 +0000)
committerJust van Rossum <just@letterror.com>
Tue, 25 Feb 2003 21:08:12 +0000 (21:08 +0000)
Lib/plat-mac/bundlebuilder.py

index 09953e30385ff942ce9a02359b157f46723bf88e..3d4f3c9c14b7d65e6c4b9aa4bca25e442d637c3f 100755 (executable)
@@ -753,8 +753,8 @@ def main(builder=None):
                elif opt in ('-f', '--file'):
                        srcdst = arg.split(':')
                        if len(srcdst) != 2:
-                               usage("-f or --file argument must be an absolute path and "
-                                     "a relative path, separated by a colon")
+                               usage("-f or --file argument must be two paths, "
+                                     "separated by a colon")
                        builder.files.append(srcdst)
                elif opt in ('-e', '--executable'):
                        builder.executable = arg