5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-17 01:11:07 +08:00

SQOOP-1147: Sqoop2: show framework function does not behave as expected

(Raghav Kumar Gautam via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2013-07-22 15:09:22 -07:00
parent 91b121ccaa
commit 8c19c8c337

View File

@ -35,7 +35,7 @@ protected ShowFrameworkFunction() {
}
public Object executeFunction(CommandLine line) {
if (line.getArgs().length != 1) {
if (line.getArgs().length != 0) {
printlnResource(Constants.RES_SHOW_FRAMEWORK_USAGE);
return null;
}