From 54b10e68da90a01ed69334be9064f20a268e7eef Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Sat, 10 Oct 2015 23:18:28 +0200 Subject: [PATCH] cli: Update man page to include --force The update to the man page explains the use of the --force option and how --columns can be used to select output columns. The bugs section is removed as it doesn't really add much. --- nipap-cli/nipap.man.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/nipap-cli/nipap.man.rst b/nipap-cli/nipap.man.rst index e255deb5e..c585c44cd 100644 --- a/nipap-cli/nipap.man.rst +++ b/nipap-cli/nipap.man.rst @@ -46,9 +46,11 @@ Object operations **view** is used to get detailed information about one particular object. -Bugs / Caveats -============== -Not all operations supported by the NIPAP backend are possible to perform through the CLI. +Extra options +============= +**--force** disable interactive prompting of actions. Typically edit and remove operations will prompt the user and those prompts can be suppressed by the use of this option. + +**--columns** Comma-separated ordered list of columns. Precede the list with '+' to append to the default selection of columns instead of replacing it. Examples ======== @@ -86,9 +88,9 @@ Delete 192.0.2.0/24 and all prefixes within it: $ nipap address remove 192.0.2.0/24 recursive Author -========= +====== Kristian Larsson, Lukas Garberg Copyright ========= -Kristian Larsson, Lukas Garberg 2011-2014 +Kristian Larsson, Lukas Garberg 2011-2015