HADOOP-11719.[Fsshell] Remove bin/hadoop reference from GenericOptionsParser default help text. Contributed by Brahma Reddy Battula.

This commit is contained in:
Harsh J 2015-03-26 11:27:21 +05:30
parent 4528eb9fb2
commit b4b4fe9056
2 changed files with 5 additions and 1 deletions

View File

@ -447,6 +447,10 @@ Release 2.8.0 - UNRELEASED
IMPROVEMENTS
HADOOP-11719. [Fsshell] Remove bin/hadoop reference from
GenericOptionsParser default help text.
(Brahma Reddy Battula via harsh)
HADOOP-11692. Improve authentication failure WARN message to avoid user
confusion. (Yongjun Zhang)

View File

@ -513,7 +513,7 @@ public class GenericOptionsParser {
"specify comma separated archives to be unarchived" +
" on the compute machines.\n");
out.println("The general command line syntax is");
out.println("bin/hadoop command [genericOptions] [commandOptions]\n");
out.println("command [genericOptions] [commandOptions]\n");
}
}