Re: [PATCH] fast-export: fix argument name in error messages

2013-04-12 Thread Junio C Hamano
Paul Price writes: > The --signed-tags argument is plural, while error messages referred > to --signed-tag (singular). Tweak error messages to correspond to the > argument. > > Signed-off-by: Paul Price > --- > First submission; please report any formatting or style errors privately. The patch

[PATCH] fast-export: fix argument name in error messages

2013-04-12 Thread Paul Price
The --signed-tags argument is plural, while error messages referred to --signed-tag (singular). Tweak error messages to correspond to the argument. Signed-off-by: Paul Price --- First submission; please report any formatting or style errors privately. builtin/fast-export.c | 4 ++-- 1 file chang