tweak error message

This commit is contained in:
Just van Rossum 2003-02-25 21:08:12 +00:00
parent 7215e08846
commit 4983331385
1 changed files with 2 additions and 2 deletions

View File

@ -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