From 640b7f9613b058b99450d6c2331f9fb24ab1b10d Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 17 Aug 2016 08:07:57 +0200 Subject: [PATCH] Add example for --jobs in cdist man page. --- docs/src/man1/cdist.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/man1/cdist.rst b/docs/src/man1/cdist.rst index a00a3ec0..89a2117e 100644 --- a/docs/src/man1/cdist.rst +++ b/docs/src/man1/cdist.rst @@ -158,6 +158,10 @@ EXAMPLES # Configure hosts read from file loadbalancers % cdist config -f loadbalancers + # Configure hosts read from file web.hosts using 16 parallel jobs + # (beta functionality) + % cdist config -b -j 16 -f web.hosts + # Display banner cdist banner