diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 13:50:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 13:50:56 +0200 |
commit | 344455fe2dbfd2ec176be00b1c35f7a95844f2ca (patch) | |
tree | efd30604f09aabd92525ebe5257181226f32d111 | |
parent | d1866d7a1382fac5b30db87e56e094785a703466 (diff) |
README: Fix Testing, Add Usage
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -23,7 +23,15 @@ forcecommand for nagios checks, you might want to do this instead: $ sudo perl Build install --install_path script=/usr/lib/nagios +Usage +----- + +The documentation is available via "perldoc bin/ssh-forcecommand" or (after +installation) "man ssh-forcecommand". + Testing ------- -FIXME +$ perl Build test + +Requires the perl modules Test::Command, Test::Compile and Test::More. |