From: <chr...@us...> - 2009-05-01 09:46:29
|
Revision: 5378 http://jnode.svn.sourceforge.net/jnode/?rev=5378&view=rev Author: chrisboertien Date: 2009-05-01 09:46:19 +0000 (Fri, 01 May 2009) Log Message: ----------- Round Two Signed-off-by: chrisboertien <chr...@gm...> Modified Paths: -------------- trunk/cli/src/commands/org/jnode/command/net/PingCommand.java Modified: trunk/cli/src/commands/org/jnode/command/net/PingCommand.java =================================================================== --- trunk/cli/src/commands/org/jnode/command/net/PingCommand.java 2009-05-01 08:03:53 UTC (rev 5377) +++ trunk/cli/src/commands/org/jnode/command/net/PingCommand.java 2009-05-01 09:46:19 UTC (rev 5378) @@ -50,11 +50,11 @@ private static final String help_host = "the target host"; private static final String help_super = "Ping the specified host"; private static final String fmt_unknown_host = "Unknown host: %s"; - private static final String fmt_ping = "Ping %s attempt %d "; + private static final String fmt_ping = "Ping %s attempt %d%n"; private static final String fmt_reply = "Reply from %s: %d bytes of data ttl=%d seq=%d time=%dms%n"; private static final String fmt_stats = "-> Packet statistics%n%s%n"; private static final String fmt_get_stats = "%d packets transmitted, %d packets received%nround-trip min/avg/max" + - " = %.3f/%.3f/%.3fms"; + " = %d/%.3f/%dms"; // FIXME Some of the following could be command parameters ... private final Statistics stat = new Statistics(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |