Commit 49833313 authored by Just van Rossum's avatar Just van Rossum

tweak error message

parent 7215e088
...@@ -753,8 +753,8 @@ def main(builder=None): ...@@ -753,8 +753,8 @@ def main(builder=None):
elif opt in ('-f', '--file'): elif opt in ('-f', '--file'):
srcdst = arg.split(':') srcdst = arg.split(':')
if len(srcdst) != 2: if len(srcdst) != 2:
usage("-f or --file argument must be an absolute path and " usage("-f or --file argument must be two paths, "
"a relative path, separated by a colon") "separated by a colon")
builder.files.append(srcdst) builder.files.append(srcdst)
elif opt in ('-e', '--executable'): elif opt in ('-e', '--executable'):
builder.executable = arg builder.executable = arg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment