Skip to content

Commit

Permalink
PARQUET-13: The -d option for parquet-schema shouldn't have optio…
Browse files Browse the repository at this point in the history
…nal argument

Author: Cheng Lian <[email protected]>

Closes apache#11 from liancheng/fix-cli-arg and squashes the following commits:

85a5453 [Cheng Lian] Reverted the dummy change
47ce817 [Cheng Lian] Dummy change to trigger Travis
1c0a244 [Cheng Lian] The `-d` option for `parquet-schema` shouldn't have optional argument
  • Loading branch information
liancheng authored and rdblue committed Aug 1, 2014
1 parent 0793e49 commit 0148455
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public class ShowSchemaCommand extends ArgsOnlyCommand {
OPTIONS = new Options();
Option help = OptionBuilder.withLongOpt("detailed")
.withDescription("Show detailed information about the schema.")
.hasOptionalArg()
.create('d');
OPTIONS.addOption(help);
}
Expand Down

0 comments on commit 0148455

Please sign in to comment.