Skip to content

Commit

Permalink
Update documentation for gnng --noprod flag. (#276)
Browse files Browse the repository at this point in the history
Update help string for `-N`/`--noprod` flag for `gnng` to mention that a
legitimate query is required in addition to the `-N`/`--noprod` flag.

Fixes third issue of #257.
  • Loading branch information
supertylerc authored and jathanism committed Apr 18, 2016
1 parent 9c5c11a commit 639d3ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/gnng
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ default. Works on Cisco, Foundry, Juniper, and NetScreen devices.''')
parser.add_option('-j', '--jobs', type='int', default=MAX_CONNS,
help='maximum simultaneous connections to maintain.')
parser.add_option('-N', '--nonprod', action='store_false', default=True,
help='Look for production and non-production devices.')
help='Include non-production devices from the query or '
'[routers]. Requires a legitimate query.')
parser.add_option('-s', '--sqldb', type='str',
help='output to SQLite DB')
parser.add_option('', '--dotty', action='store_true',
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Bug Fixes
printed with the corresponding table.
+ :bug:`257` - Bugfix in ``bin/gnng`` that allows the ``--filter-on-type``
to function as expected.
+ Update documentation of ``gnng``'s ``-N``/``--nonprod`` flag.

.. _v1.5.9:

Expand Down

0 comments on commit 639d3ce

Please sign in to comment.