]> arthur.barton.de Git - bup.git/commitdiff
cmd/split: minor correction to an error message.
authorBrandon Low <lostlogic@lostlogicx.com>
Fri, 9 Jul 2010 06:05:32 +0000 (23:05 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 12 Jul 2010 05:43:14 +0000 (01:43 -0400)
Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
cmd/split-cmd.py

index 2addf24014aa052024903a45b4292b91b6cef6d6..6546d1fa0c7e4bebc5ac3324c5054d03f884f4da 100755 (executable)
@@ -33,7 +33,7 @@ if not (opt.blobs or opt.tree or opt.commit or opt.name or
     o.fatal("use one or more of -b, -t, -c, -n, -N, --copy")
 if (opt.noop or opt.copy) and (opt.blobs or opt.tree or 
                                opt.commit or opt.name):
-    o.fatal('-N is incompatible with -b, -t, -c, -n')
+    o.fatal('-N and --copy are incompatible with -b, -t, -c, -n')
 
 if opt.verbose >= 2:
     git.verbose = opt.verbose - 1