aboutsummaryrefslogtreecommitdiff
path: root/doc/management.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/management.rst')
-rw-r--r--doc/management.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/management.rst b/doc/management.rst
index 85427b8..e927337 100644
--- a/doc/management.rst
+++ b/doc/management.rst
@@ -31,4 +31,8 @@ all the needed repositories and configurations to a local folder
::
- hydra example init ~/file/example git@admin.example.org:example.git
+ hydra example init ~/file/example git@admin.example.org:
+
+This will try to fetch a superproject from git@admin.example.org:example.git
+-- if exists, plus submodules -- or each git repository used by a network
+previously created by the `init` action (`config.git`, `puppet.git`, etc).