From: Just van Rossum Date: Tue, 25 Feb 2003 21:08:12 +0000 (+0000) Subject: tweak error message X-Git-Tag: v2.3c1~1684 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49833313855e1c7aec9c6654e81c416329298a49;p=thirdparty%2FPython%2Fcpython.git tweak error message --- diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index 09953e30385f..3d4f3c9c14b7 100755 --- a/Lib/plat-mac/bundlebuilder.py +++ b/Lib/plat-mac/bundlebuilder.py @@ -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