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

- removed outdated cli options

parent 9cef9813
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ sub description { ...@@ -33,7 +33,6 @@ sub description {
} }
sub opt_spec { sub opt_spec {
return( return(
["verbose|v" => "enable verbose output"],
["debug" => "enable user agent debug output"], ["debug" => "enable user agent debug output"],
["datemode" => hidden => {one_of => [ ["datemode" => hidden => {one_of => [
["creationdate|c=s" => "search based on creationdate string"], ["creationdate|c=s" => "search based on creationdate string"],
...@@ -47,10 +46,8 @@ sub opt_spec { ...@@ -47,10 +46,8 @@ sub opt_spec {
["pronom-id|p=s" => "with pronom format id"], ["pronom-id|p=s" => "with pronom format id"],
#["without-format=s" => "without pronom format id"], #["without-format=s" => "without pronom format id"],
] } ], ] } ],
[], [],
[ 'help|h', 'print usage message and exit', { shortcircuit => 1 } ], [ 'help|h', 'print usage message and exit', { shortcircuit => 1 } ],
[ 'target-version|V' => 'get current elasticsearch version', { shortcircuit => 1 } ],
[ 'version|v', 'print version information', { shortcircuit => 1 } ], [ 'version|v', 'print version information', { shortcircuit => 1 } ],
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment