提交 c03f7757 编写于 作者: Q Quy Tonthat 提交者: Junio C Hamano

git-remote: no longer silent on unknown commands.

Signed-off-by: NQuy Tonthat <qtonthat@gmail.com>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 e66191f4
......@@ -274,4 +274,9 @@ sub add_remote {
}
add_remote($ARGV[1], $ARGV[2]);
}
else {
print STDERR "Usage: git remote\n";
print STDERR " git remote add <name> <url>\n";
print STDERR " git remote show <name>\n";
exit(1);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册