Skip to content
Snippets Groups Projects
Commit 4dd7aceb authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed help for --output-as-raw

parent 706fc9fb
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ sub opt_spec {
[ 'output-format' => hidden => {
one_of => [
[ 'output-as-csv|C' => 'prints output as Comma Separated Values (CSV)' ],
[ 'output-as-raw|R' => 'enable full elasticsearch response' ],
[ 'output-as-raw|R' => 'print raw hash output of elasticsearch response' ],
[ 'output-as-rsv|r' => 'prints output as Raw Strings Values (RSV) [default]' ],
],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment