From: <ls...@us...> - 2011-08-21 15:23:42
|
Revision: 5852 http://jnode.svn.sourceforge.net/jnode/?rev=5852&view=rev Author: lsantha Date: 2011-08-21 15:23:35 +0000 (Sun, 21 Aug 2011) Log Message: ----------- Fix to showing aliases in help command. Modified Paths: -------------- trunk/cli/src/commands/org/jnode/command/common/HelpCommand.java Modified: trunk/cli/src/commands/org/jnode/command/common/HelpCommand.java =================================================================== --- trunk/cli/src/commands/org/jnode/command/common/HelpCommand.java 2011-08-17 19:41:28 UTC (rev 5851) +++ trunk/cli/src/commands/org/jnode/command/common/HelpCommand.java 2011-08-21 15:23:35 UTC (rev 5852) @@ -50,7 +50,7 @@ private static final String err_no_help = "No help information is available for '%s'%n"; private static final String err_help_ex = "Error getting help for '%s': %s%n"; private static final String err_sec_ex = "Security exception while loading the class for '%s'%nReason: %s%n"; - private static final String fmt_other_alias = "Other aliases %s"; + private static final String fmt_other_alias = "Other aliases: %s%n"; private final AliasArgument argAlias; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |