improve help

This commit is contained in:
Sebastian Sdorra
2011-05-22 14:59:29 +02:00
parent 7de7105850
commit e59ade167e
3 changed files with 14 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ public class I18n
/** Field description */
public static final String GROUP_NOT_FOUND = "groupNotFound";
/** Field description */
public static final String OPTIONS = "options";
/** Field description */
public static final String REPOSITORY_NOT_FOUND = "repositoryNotFound";
@@ -65,6 +68,9 @@ public class I18n
/** Field description */
public static final String SUBCOMMANDS_TITLE = "subCommandsTitle";
/** Field description */
public static final String USAGE = "usage";
/** Field description */
public static final String USER_NOT_FOUND = "userNotFound";