From f4bcaadee06d74f53f98ace1b3d26453395a7796 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 24 Jun 2016 19:03:37 +0000 Subject: [PATCH] Correct point numbering. Closes #282 by @anchitjain1234 --- main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cc b/main.cc index fae49c4cb..f94646364 100644 --- a/main.cc +++ b/main.cc @@ -165,7 +165,7 @@ extern void set_program_name(const char *name); int main(int argc, char *argv[]) { /* The "real" main is nmap_main(). This function hijacks control at the beginning to do the following: - 3) Check the environment variable NMAP_ARGS. + 1) Check the environment variable NMAP_ARGS. 2) Check if Nmap was called with --resume. 3) Resume a previous scan or just call nmap_main. */