Skip to content

Commit

Permalink
cli: Update man page to include --force
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
plajjan committed Oct 10, 2015
1 parent dddb0b7 commit 54b10e6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions nipap-cli/nipap.man.rst
Expand Up @@ -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
========
Expand Down Expand Up @@ -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

0 comments on commit 54b10e6

Please sign in to comment.