From 108016aa45f1728e299c4d5417a127a8f21cdfb1 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 6 Oct 2020 06:05:58 +0800 Subject: [PATCH] Fix documentation for git source (fixes #159) --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index fb3955c..51a2940 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -657,7 +657,7 @@ Check Git repository This enables you to check tags of an arbitrary git repository, also useful for scenarios like a github project having too many tags. -url +git URL of the Git repository. This source returns tags and supports :ref:`list options`.