fast-export: fix argument name in error messages
authorPaul Price <price@astro.princeton.edu>
Fri, 12 Apr 2013 14:05:55 +0000 (10:05 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2013 16:48:46 +0000 (09:48 -0700)
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 <price@astro.princeton.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found