Skip to content

Commit

Permalink
Merge pull request robertdavidgraham#91 from ctrlaltdel/master
Browse files Browse the repository at this point in the history
Fix a typo, s/compatiable/compatible/
  • Loading branch information
robertdavidgraham committed Apr 16, 2014
2 parents 4bfbb05 + e7ff167 commit b8d8c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ masscan_usage(void)
printf("masscan -p80,8000-8100 10.0.0.0/8 --rate=10000\n");
printf(" scan some web ports on 10.x.x.x at 10kpps\n");
printf("masscan --nmap\n");
printf(" list those options that are compatiable with nmap\n");
printf(" list those options that are compatible with nmap\n");
printf("masscan -p80 10.0.0.0/8 --banners -oB <filename>\n");
printf(" save results of scan in binary format to <filename>\n");
printf("masscan --open --banners --readscan <filename> -oX <savefile>\n");
Expand Down

0 comments on commit b8d8c9b

Please sign in to comment.