diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-23 18:44:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-23 18:44:59 +0000 |
commit | 324d26f9aa7453871e8bc5c2cc7c45ae2627bc35 (patch) | |
tree | cf076658f2b28808472ac8b66d272cc01ee869d1 /include | |
parent | 715c16ab0a73979dd23d0474756075a35fbc498c (diff) | |
download | busybox-324d26f9aa7453871e8bc5c2cc7c45ae2627bc35.tar.gz |
pscan: fix a typo in help text
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 7918b24d8..54b6a4d99 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3024,7 +3024,7 @@ "Scan a host, print all open ports\n" \ "\nOptions:" \ "\n -c Show closed ports too" \ - "\n -c Show blocked ports too" \ + "\n -b 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)" \ |