From: Lou Berger Date: Wed, 28 Mar 2018 14:56:06 +0000 (-0400) Subject: manpages: vtysh.rst add description of -u/--user flags X-Git-Tag: frr-5.0-dev~88^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F1894%2Fhead;p=mirror%2Ffrr.git manpages: vtysh.rst add description of -u/--user flags Signed-off-by: Lou Berger --- diff --git a/doc/manpages/vtysh.rst b/doc/manpages/vtysh.rst index 2db746020d..2efff37626 100644 --- a/doc/manpages/vtysh.rst +++ b/doc/manpages/vtysh.rst @@ -53,6 +53,10 @@ OPTIONS available for the vtysh command: When executing cli that does not invoke a vtysh shell, if an error ocurrs ignore it for purposes of return codes from vtysh. +.. option:: -u, --user + + Run as an unprivileged user. This limits access to non-privileged commands, i.e., the same commands when directly accessing a daemon before running the enable command. It also provides the same limited security as such direct access. + .. option:: -h, --help Display a usage message on standard output and exit.