summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_osf.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-03-27 12:38:45 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-04-06 12:50:54 +0200
commit23e718b525f96b95510f50d20161c2bd92824ff1 (patch)
tree4e1ec2d6a37849c354dba3434a334c77b1885ad3 /extensions/libxt_osf.c
parent204a253e63f8e0d270d51796a7db057135c3c609 (diff)
doc: add manpage for libxt_osf
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libxt_osf.c')
-rw-r--r--extensions/libxt_osf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_osf.c b/extensions/libxt_osf.c
index 3c0ea2dd..07b86e40 100644
--- a/extensions/libxt_osf.c
+++ b/extensions/libxt_osf.c
@@ -40,8 +40,8 @@
static void osf_help(void)
{
printf("OS fingerprint match options:\n"
- "--genre [!] string Match a OS genre by passive fingerprinting.\n"
- "--ttl Use some TTL check extensions to determine OS:\n"
+ "[!] --genre string Match a OS genre by passive fingerprinting.\n"
+ "--ttl level Use some TTL check extensions to determine OS:\n"
" 0 true ip and fingerprint TTL comparison. Works for LAN.\n"
" 1 check if ip TTL is less than fingerprint one. Works for global addresses.\n"
" 2 do not compare TTL at all. Allows to detect NMAP, but can produce false results.\n"