ls-remote: document --refs option
The --refs option was originally introduced in2718ff0("Improve git-peek-remote"). The ls-remote command was first documented in972b6fe("ls-remote: drop storing operation and add documentation."), but the --refs option was never documented. Fix this. Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
54813bdd2c
commit
40a8852908
@ -4,7 +4,7 @@
|
||||
#include "remote.h"
|
||||
|
||||
static const char ls_remote_usage[] =
|
||||
"git ls-remote [--heads] [--tags] [--upload-pack=<exec>]\n"
|
||||
"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
|
||||
" [-q | --quiet] [--exit-code] [--get-url] [<repository> [<refs>...]]";
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user