diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index ff8acbaa..cabf3a56 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -241,7 +241,7 @@ or MAC addreses, VLAN numbers, and so on. =head2 Command-Line Device and Port Actions Most significant Device jobs and Port actions, as well as several -troubleshooting and housekeeping duties, can be performed at the command-ling +troubleshooting and housekeeping duties, can be performed at the command-line with the L program. For example: ~/bin/netdisco-do -D discover -d 192.0.2.1 @@ -271,6 +271,12 @@ See L and L for further information. +=head2 Extensions + +Using the Plugins mechanism, it's also easy to write new commands (or actions) +for Netdisco. For example, an action has been added to L. + =head2 Developing Lots of information about the architecture of this application is contained