fixed some formulations and removed a debug statement
This commit is contained in:
parent
f36dc11601
commit
b5b1a25e4f
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# 2010-2013 Nico Schottelius (nico-cdist at schottelius.org)
|
||||
# 2014 Daniel Heule (hda at sfs.biz)
|
||||
#
|
||||
# This file is part of cdist.
|
||||
#
|
||||
|
@ -157,7 +158,7 @@ TYPES
|
|||
The following types are available:
|
||||
|
||||
eof
|
||||
set -x
|
||||
|
||||
for type in man7/cdist-type__*.html; do
|
||||
no_dir="${type#man7/}";
|
||||
no_type="${no_dir#cdist-type}";
|
||||
|
@ -209,12 +210,10 @@ __messages_out::
|
|||
Available for: initial manifest, type manifest, type gencode
|
||||
__object::
|
||||
Directory that contains the current object.
|
||||
Available for: type manifest, type explorer, type gencode and
|
||||
at the execution of the gencode scripts
|
||||
Available for: type manifest, type explorer, type gencode and code scripts
|
||||
__object_id::
|
||||
The type unique object id.
|
||||
Available for: type manifest, type explorer, type gencode and
|
||||
at the execution of the gencode scripts
|
||||
Available for: type manifest, type explorer, type gencode and code scripts
|
||||
Note: The leading and the trailing "/" will always be stripped (caused by
|
||||
the filesystem database and ensured by the core).
|
||||
Note: Double slashes ("//") will not be fixed and result in an error.
|
||||
|
|
Loading…
Reference in a new issue