Skip to content

Commit

Permalink
Made Help option publicly accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Hickey authored and Ryan Morgan committed Mar 4, 2010
1 parent 5ef71a8 commit fcacd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/hyperic/hq/hqapi1/tools/OptionParserFactory.java
Expand Up @@ -23,7 +23,7 @@ public class OptionParserFactory implements FactoryBean<OptionParser> {
static final String OPT_USER = "user";
static final String OPT_PASS = "password";
static final String[] OPT_SECURE = {"s", "secure"};
static final String[] OPT_HELP = {"h","help"};
public static final String[] OPT_HELP = {"h","help"};
public static final String SYSTEM_PROP_PREFIX = "scripting.client.";
static final String OPT_FILE = "file";
static final String OPT_PROPERTIES = "properties";
Expand Down

0 comments on commit fcacd69

Please sign in to comment.