From 715c16ab0a73979dd23d0474756075a35fbc498c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 23 Mar 2008 14:46:14 +0000 Subject: pscan: add -c, -b: report closed, blocked ports --- include/usage.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index aa1b8b6da..7918b24d8 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3019,10 +3019,12 @@ " 2990 andersen andersen R ps\n" #define pscan_trivial_usage \ - "[-p MIN_PORT] [-P MAX_PORT] [-t TIMEOUT] [-T MIN_RTT] HOST" + "[-cb] [-p MIN_PORT] [-P MAX_PORT] [-t TIMEOUT] [-T MIN_RTT] HOST" #define pscan_full_usage \ "Scan a host, print all open ports\n" \ "\nOptions:" \ + "\n -c Show closed ports too" \ + "\n -c Show blocked ports too" \ "\n -p Scan from this port (default 1)" \ "\n -P Scan up to this port (default 1024)" \ "\n -t Timeout (default 5000 ms)" \ -- cgit v1.2.3