Skip to content

Commit

Permalink
Merge pull request #608 from postmodern/improved_usage_string
Browse files Browse the repository at this point in the history
Improved usage string
  • Loading branch information
robertdavidgraham authored Nov 2, 2023
2 parents f2b7d1e + f7a1cbe commit f3c2790
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("\n");
printf("examples:\n");
printf(" masscan -p80,8000-8100 10.0.0.0/8 --rate=10000\n");
Expand Down

0 comments on commit f3c2790

Please sign in to comment.