From: Brandon Low Date: Fri, 9 Jul 2010 06:05:32 +0000 (-0700) Subject: cmd/split: minor correction to an error message. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7956f8db4db8a912388596cc0aef8a95f43aadd0;p=packages%2Fb%2Fbup.git cmd/split: minor correction to an error message. Signed-off-by: Brandon Low --- diff --git a/cmd/split-cmd.py b/cmd/split-cmd.py index 2addf24..6546d1f 100755 --- a/cmd/split-cmd.py +++ b/cmd/split-cmd.py @@ -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