Skip to content

Commit

Permalink
Correct point numbering. Closes nmap#282 by @anchitjain1234
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jun 24, 2016
1 parent f6955c5 commit f4bcaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit f4bcaad

Please sign in to comment.