enable-beta -> beta

remotes/origin/prometheus
Darko Poljak 8 years ago
parent d17c517a0c
commit 6d765c1ff7
  1. 2
      completions/bash/cdist-completion.bash
  2. 2
      completions/zsh/_cdist
  3. 7
      docs/src/man1/cdist.rst

@ -36,7 +36,7 @@ _cdist()
return 0
;;
config|install)
opts="-h --help -d --debug -v --verbose -b --enable-beta \
opts="-h --help -d --debug -v --verbose -b --beta \
-c --conf-dir -f --file -i --initial-manifest -j --jobs \
-n --dry-run -o --out-dir -p --parallel -s --sequential \
--remote-copy --remote-exec"

@ -36,7 +36,7 @@ _cdist()
esac
;;
config|install)
opts=(-h --help -d --debug -v --verbose -b --enable-beta -c --conf-dir -f --file -i --initial-manifest -j --jobs -n --dry-run -o --out-dir -p --parallel -s --sequential --remote-copy --remote-exec)
opts=(-h --help -d --debug -v --verbose -b --beta -c --conf-dir -f --file -i --initial-manifest -j --jobs -n --dry-run -o --out-dir -p --parallel -s --sequential --remote-copy --remote-exec)
compadd "$@" -- $opts
;;
*)

@ -69,10 +69,11 @@ CONFIG/INSTALL
--------------
Configure/install one or more hosts.
.. option:: -b, --enable-beta
.. option:: -b, --beta
Enable beta functionalities. Beta functionalities include the
following options: -j/--jobs.
Enable beta functionalities.
Can also be enabled using CDIST_BETA env var.
.. option:: -c CONF_DIR, --conf-dir CONF_DIR

Loading…
Cancel
Save