From 5c8e31b2ef85ccc740a75696675ac032cd33c199 Mon Sep 17 00:00:00 2001
From: Dennis Camera <dennis.camera@ssrq-sds-fds.ch>
Date: Mon, 30 Sep 2019 13:22:55 +0200
Subject: [PATCH] [type/__git] Improve documentation of --recursive option

---
 cdist/conf/type/__git/man.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdist/conf/type/__git/man.rst b/cdist/conf/type/__git/man.rst
index e4c06c99..144eadda 100644
--- a/cdist/conf/type/__git/man.rst
+++ b/cdist/conf/type/__git/man.rst
@@ -36,7 +36,7 @@ owner
    User to chown to.
 
 recursive
-   Recursive clone...
+   Passes the --recursive flag to git when cloning the repository.
 
 EXAMPLES
 --------