commit 0e431351fb19c5767b2eb01e92a02a9e6e53d2c4 Author: Alan Gates Date: Fri Dec 5 13:32:32 2014 -0800 HIVE-9032 Changed help messages in bin/ext/orcfiledump.* diff --git bin/ext/orcfiledump.cmd bin/ext/orcfiledump.cmd index d66b521..e818109 100644 --- bin/ext/orcfiledump.cmd +++ bin/ext/orcfiledump.cmd @@ -31,5 +31,5 @@ if [%1]==[orcfiledump_help] goto :orcfiledump_help goto :EOF :orcfiledump_help - echo "usage hive --orcfiledump " + echo "usage hive --orcfiledump [-d] [--rowindex _col_ids_] " goto :EOF diff --git bin/ext/orcfiledump.sh bin/ext/orcfiledump.sh index 0c78cf6..752e437 100644 --- bin/ext/orcfiledump.sh +++ bin/ext/orcfiledump.sh @@ -23,5 +23,5 @@ orcfiledump () { } orcfiledump_help () { - echo "usage ./hive orcfiledump " + echo "usage ./hive orcfiledump [-d] [--rowindex ] " }