reformat cdist manpage
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a0058a1818
commit
2e96ba793a
1 changed files with 6 additions and 1 deletions
|
@ -10,8 +10,10 @@ cdist - Configuration management
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
cdist [-V|--version]
|
cdist [-h] [-V]
|
||||||
|
|
||||||
cdist banner
|
cdist banner
|
||||||
|
|
||||||
cdist config [-h] [-d] [-V] [-c CDIST_HOME] [-i MANIFEST] [-p] [-s] host [host ...]
|
cdist config [-h] [-d] [-V] [-c CDIST_HOME] [-i MANIFEST] [-p] [-s] host [host ...]
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,6 +24,9 @@ cdist is the frontend executable to the cdist configuration management.
|
||||||
cdist supports different as explained below. The options to the main
|
cdist supports different as explained below. The options to the main
|
||||||
program are:
|
program are:
|
||||||
|
|
||||||
|
-h, --help::
|
||||||
|
Show the help screen
|
||||||
|
|
||||||
-V, --version::
|
-V, --version::
|
||||||
Show version and exit
|
Show version and exit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue