Signed-off-by: Ryan Anderson <ryan@michonline.com> --- git-annotate.perl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 75846f79f31c9833303ff7d44b87b53c39f4bf9a diff --git a/git-annotate.perl b/git-annotate.perl index d6028c9..30f9a71 100755 --- a/git-annotate.perl +++ b/git-annotate.perl @@ -31,7 +31,7 @@ our ($help, $longrev, $rename, $starting my $rc = GetOptions( "long|l" => \$longrev, "help|h" => \$help, "rename|r" => \$rename, - "rev-file|S" => \$rev_file); + "rev-file|S=s" => \$rev_file); if (!$rc or $help) { usage(); } -- 1.2.2.g1070 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Mar 02 16:25:11 2006
This archive was generated by hypermail 2.1.8 : 2006-03-02 16:27:24 EST