From 40a88529080295dd9a4218e1a72d1e8143ee4f7b Mon Sep 17 00:00:00 2001 From: Thomas Gummerer Date: Tue, 19 Jan 2016 00:20:47 +0100 Subject: ls-remote: document --refs option The --refs option was originally introduced in 2718ff0 ("Improve git-peek-remote"). The ls-remote command was first documented in 972b6fe ("ls-remote: drop storing operation and add documentation."), but the --refs option was never documented. Fix this. Signed-off-by: Thomas Gummerer Signed-off-by: Junio C Hamano --- builtin/ls-remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin') diff --git a/builtin/ls-remote.c b/builtin/ls-remote.c index fa65a8448a..db21e52f35 100644 --- a/builtin/ls-remote.c +++ b/builtin/ls-remote.c @@ -4,7 +4,7 @@ #include "remote.h" static const char ls_remote_usage[] = -"git ls-remote [--heads] [--tags] [--upload-pack=]\n" +"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=]\n" " [-q | --quiet] [--exit-code] [--get-url] [ [...]]"; /* -- cgit v1.2.3