From 418c5c262475c0d6767f38d873ad9a41e44f481f Mon Sep 17 00:00:00 2001 From: Mircea Ulinic Date: Tue, 30 May 2017 12:17:37 +0000 Subject: [PATCH] More documentation improvements --- salt/runners/bgp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/runners/bgp.py b/salt/runners/bgp.py index 8e4dc543db..cc8891e4e7 100644 --- a/salt/runners/bgp.py +++ b/salt/runners/bgp.py @@ -31,7 +31,7 @@ Configuration - Master config By default the following options can be configured on the master. - They are not necessary, but available in case the user has different requirements. + They are not mandatory, but available in case the user has different requirements. tgt: ``*`` From what minions will collect the mine data. @@ -75,7 +75,7 @@ Configuration so the user needs to enable the mines as specified in the documentation. display: ``True`` - Display on the screen or return structured object? Default: ``True``, will return on the CLI. + Display on the screen or return structured object? Default: ``True`` (return on the CLI). outputter: ``table`` Specify the outputter name when displaying on the CLI. Default: :mod:`table `.