From a8dcba53a48f3f4f46b12665d644414dbb8a6c6f Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Sun, 2 Jul 2017 00:07:02 +0200 Subject: [PATCH] Add missing -r option. --- docs/src/man1/cdist.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/man1/cdist.rst b/docs/src/man1/cdist.rst index 73cbbd12..3bddbd02 100644 --- a/docs/src/man1/cdist.rst +++ b/docs/src/man1/cdist.rst @@ -16,13 +16,15 @@ SYNOPSIS cdist banner [-h] [-d] [-v] cdist config [-h] [-d] [-v] [-b] [-C CACHE_PATH_PATTERN] [-c CONF_DIR] - [-f HOSTFILE] [-i MANIFEST] [-j [JOBS]] [-n] [-o OUT_PATH] + [-i MANIFEST] [-j [JOBS]] [-n] [-o OUT_PATH] [--remote-copy REMOTE_COPY] [--remote-exec REMOTE_EXEC] + [-f HOSTFILE] [-p] [-r REMOTE_OUT_PATH] [-s] [host [host ...]] cdist install [-h] [-d] [-v] [-b] [-C CACHE_PATH_PATTERN] [-c CONF_DIR] - [-f HOSTFILE] [-i MANIFEST] [-j [JOBS]] [-n] [-o OUT_PATH] + [-i MANIFEST] [-j [JOBS]] [-n] [-o OUT_PATH] [--remote-copy REMOTE_COPY] [--remote-exec REMOTE_EXEC] + [-f HOSTFILE] [-p] [-r REMOTE_OUT_PATH] [-s] [host [host ...]] cdist shell [-h] [-d] [-v] [-s SHELL]