@@ -125,18 +125,19 @@ public static void Help()
125
125
sb . AppendLine ( @" \/ \//_____/ " ) ;
126
126
sb . AppendLine ( ) ;
127
127
sb . AppendLine ( "Description:" ) ;
128
- sb . AppendLine ( " Advanced ping utility provides geoip querying, ICMP packet customization, " ) ;
128
+ sb . AppendLine ( " Advanced ping utility provides geoip querying, ICMP packet customization," ) ;
129
129
sb . AppendLine ( " graphs and result colourization." ) ;
130
130
sb . AppendLine ( ) ;
131
- sb . AppendLine ( "Usage: PowerPing [--?] | [--li] | [--whoami] | [--loc] | [--g] | [--cg] |" ) ;
132
- sb . AppendLine ( " [--fl] | [--sc] | [--t] [--c count] [--w timeout] [--m message] " ) ;
133
- sb . AppendLine ( " [--i TTL] [--in interval] [--pt type] [--pc code] [--dm]" ) ;
134
- sb . AppendLine ( " [--4] [--short] [--nocolor] [--ts] [--ti timing] target_name" ) ;
131
+ sb . AppendLine ( "Usage: " ) ;
132
+ sb . AppendLine ( " PowerPing [--?] | [--li] | [--whoami] | [--loc] | [--g] | [--cg] |" ) ;
133
+ sb . AppendLine ( " [--fl] | [--sc] | [--t] [--c count] [--w timeout] [--m msg]" ) ;
134
+ sb . AppendLine ( " [--i TTL] [--in interval] [--pt type] [--pc code] [--dm]" ) ;
135
+ sb . AppendLine ( " [--4] [--short] [--nocolor] [--ts] [--ti timing] target_name" ) ;
135
136
sb . AppendLine ( ) ;
136
137
sb . AppendLine ( "Options:" ) ;
137
138
sb . AppendLine ( " --help [--?] Displays this help message" ) ;
138
139
sb . AppendLine ( " --examples [--ex] Shows example usage" ) ;
139
- sb . AppendLine ( " --infinite [--t] Ping the target until stopped (Ctrl-C to stop)" ) ;
140
+ sb . AppendLine ( " --infinite [--t] Ping the target indefinitely (Ctrl-C to stop)" ) ;
140
141
sb . AppendLine ( " --displaymsg [--dm] Display ICMP messages" ) ;
141
142
sb . AppendLine ( " --ipv4 [--4] Force using IPv4" ) ;
142
143
//sb.AppendLine(" --6 Force using IPv6");
0 commit comments