Fix a typo in docs/TODO. OS detection is -O, not -sO. It's important

here because -O is being contrasted with -sV and -sC.
This commit is contained in:
david 2009-06-19 17:39:45 +00:00
parent f3916ef06b
commit 8452d5dc93

View file

@ -403,7 +403,7 @@ o Consider rethinking Nmap's -s* syntax for specifing scan types
o Problematic for scan types -sI and -b which require arguments
o Inconsistencies. For example, -sC and -sV do script scan and
version detection, respectively, and yet for OS detection we use
-sO.
-O.
o Possible solution:
o We might want to just give them normal option strings, so you
could do --maimon instead of -sM, for example. For extremely