Provided by: libopm-common-bin_2021.10-3_amd64 bug

NAME

       opmpack - Validator and printer of deck in Eclipse files without comments

DESCRIPTION

       opmpack: invalid option -- 'h'

       The  opmpack  program  will  load  a deck, resolve all include files and then print it out
       again on stdout. All comments will be stripped and the value types will be validated.

       By passing the option -o you can redirect the output to a file or a directory.

       Print on stdout:

       opmpack
              /path/to/case/CASE.DATA

       Print MY_CASE.DATA in /tmp:

              opmpack -o /tmp /path/to/MY_CASE.DATA

       Print NEW_CASE in cwd:

              opmpack -o NEW_CASE.DATA path/to/MY_CASE.DATA

       As an alternative to the -o option you can use -c; that is equivalent to -o - but  restart
       and  import  files  referred  to  in  the  deck are also copied. The -o and -c options are
       mutually exclusive.

SEE ALSO

       The full documentation for opmpack is maintained as a Texinfo manual.   If  the  info  and
       opmpack programs are properly installed at your site, the command

              info opmpack

       should give you access to the complete manual.