add explorer to reference documentation

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-05-10 16:44:48 +02:00
commit a164d16ea4
3 changed files with 14 additions and 7 deletions

View file

@ -43,14 +43,19 @@ NAME
cdist-reference - Variable, path and type reference for cdist
DESCRIPTION
-----------
This reference summarises
EXPLORERS
---------
The following global explores are available:
- environment variables
- paths
- types
eof
(
cd ../../conf/explorer
for explorer in *; do
echo "- $explorer"
done
)
cat << eof
PATHS
-----