From 8452d5dc934d58b5c731ce4bc9657805c7e22946 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 19 Jun 2009 17:39:45 +0000 Subject: [PATCH] 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. --- docs/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TODO b/docs/TODO index 33aaa72ca..4e698e273 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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