list subcommands on help

This commit is contained in:
Sebastian Sdorra
2011-05-21 12:29:12 +02:00
parent 3a450fecfa
commit d2eb6d141c
5 changed files with 49 additions and 1 deletions

View File

@@ -59,6 +59,9 @@ public class I18n
/** Field description */
public static final String RESOURCE_BUNDLE = "sonia.resources.i18n";
/** Field description */
public static final String SUBCOMMANDS_TITLE = "subCommandsTitle";
/** Field description */
public static final String USER_NOT_FOUND = "userNotFound";