Junio C Hamano wrote: > +elsif ($ARGV[0] eq 'add') { > + if (@ARGV != 3) { > + print STDERR "Usage: git remote show <name> <url>\n"; I think you meant to write here "Usage: git remote add <name> <url>\n"; ("add" instead of "show"). -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html