Skip to content

Commit

Permalink
Add a usage string describing the format of the command.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 26, 2021
1 parent 1310495 commit 3311b46
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 @@ -66,7 +66,7 @@ static struct Range top_ports_sctp[] = {
void
masscan_usage(void)
{
printf("usage:\n");
printf("usage: masscan [options] [<IP|RANGE>... -pPORT[,PORT...]]\n");
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");
Expand Down

0 comments on commit 3311b46

Please sign in to comment.