HADOOP-10928. Incorrect usage on hadoop credential list. Contributed by Josh Elser.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1615828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Wang 2014-08-05 00:23:55 +00:00
parent c1452c4722
commit fe1b4fc452
2 changed files with 4 additions and 1 deletions

View File

@ -94,6 +94,9 @@ Release 2.6.0 - UNRELEASED
HADOOP-10876. The constructor of Path should not take an empty URL as a
parameter. (Zhihai Xu via wang)
HADOOP-10928. Incorrect usage on `hadoop credential list`.
(Josh Elser via wang)
Release 2.5.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -188,7 +188,7 @@ public class CredentialShell extends Configured implements Tool {
}
private class ListCommand extends Command {
public static final String USAGE = "list <alias> [-provider] [-help]";
public static final String USAGE = "list [-provider] [-help]";
public static final String DESC =
"The list subcommand displays the aliases contained within \n" +
"a particular provider - as configured in core-site.xml or " +