commit | 04a74b6cfa5ef4870263f84ac94a488d9f2ef14a | [log] [tgz] |
---|---|---|
author | Paul Price <price@astro.princeton.edu> | Fri Apr 12 10:05:55 2013 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Apr 12 09:48:46 2013 -0700 |
tree | 10865d92be2ae4d85744b04573d2b7755525688d | |
parent | 06cb843fea195ea99391c4daf8018a13ec99c75e [diff] |
fast-export: fix argument name in error messages 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>