Commit 2aec4fb
ORC-1848: PrintData tool add parameter description
### What changes were proposed in this pull request?
```bash
java -jar orc-tools-2.2.0-SNAPSHOT-uber.jar data -h
usage: java -jar orc-tools-*.jar data <orc file>*
-h,--help Provide help
-n,--lines <LINES> Sets lines of data to be printed
```
### Why are the changes needed?
```bash
java -jar orc-tools-2.1.0-uber.jar data -h
usage: java -jar orc-tools-*.jar data <orc file>*
-h,--help Provide help
-n,--lines <LINES>
```
### How was this patch tested?
local test
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #2126 from cxzl25/ORC-1848.
Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent 7f84d12 commit 2aec4fb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| |||
0 commit comments