Skip to content

Commit 8635f30

Browse files
committed
help text tweaks
1 parent f906afc commit 8635f30

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

PowerPing/Display.cs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,19 @@ public static void Help()
125125
sb.AppendLine(@" \/ \//_____/ ");
126126
sb.AppendLine();
127127
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,");
129129
sb.AppendLine(" graphs and result colourization.");
130130
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");
135136
sb.AppendLine();
136137
sb.AppendLine("Options:");
137138
sb.AppendLine(" --help [--?] Displays this help message");
138139
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)");
140141
sb.AppendLine(" --displaymsg [--dm] Display ICMP messages");
141142
sb.AppendLine(" --ipv4 [--4] Force using IPv4");
142143
//sb.AppendLine(" --6 Force using IPv6");

0 commit comments

Comments
 (0)