Debian policy says that each executable should have a man page.
This should remove the lintian warning about missing man pages.
Man pages have been created by the following command:
declare -A short_desc
short_desc['compareECL']='Comparator for Eclipse files'
short_desc['convertECL']='Converter for Eclipse files (binary <-> formatted format)'
short_desc['opmhash']='Hasher for summary keywords in Eclipse files'
short_desc['opmpack']='Validator and printer of deck in Eclipse files without comments'
short_desc['summary']='Printer for summary keys in Eclipse summary files'
for key in "${!short_desc[@]}"; do
help2man -h "-h" --version-string="2020.04" --no-discard-stderr -n "${short_desc[$key]}" $key >\
$key.1
done
Gbp-Pq: Name 0005-Added-manpages-for-all-executables.patch
25 lines
966 B
Groff
25 lines
966 B
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
|
|
.TH CONVERTECL "1" "April 2021" "convertECL 2020.04" "User Commands"
|
|
.SH NAME
|
|
convertECL \- Converter for Eclipse files (binary <-> formatted format)
|
|
.SH DESCRIPTION
|
|
convertECL needs one argument which is the input file to be converted. If this is a binary file the output file will be formatted. If the input file is formatted the output will be binary.
|
|
.PP
|
|
In addition, the program takes these options (which must be given before the arguments):
|
|
.PP
|
|
\fB\-h\fR Print help and exit.
|
|
\fB\-l\fR list report step numbers in the selected restart file.
|
|
\fB\-r\fR extract and convert a spesific report time step number from a unified restart file.
|
|
.SH "SEE ALSO"
|
|
The full documentation for
|
|
.B convertECL
|
|
is maintained as a Texinfo manual. If the
|
|
.B info
|
|
and
|
|
.B convertECL
|
|
programs are properly installed at your site, the command
|
|
.IP
|
|
.B info convertECL
|
|
.PP
|
|
should give you access to the complete manual.
|