gendesc(1) - Linux man page
Name
gendesc - Generate a test case description fileSynopsis
gendesc [-h|--help] [-v|--version]
[-o|--output-filename filename]
inputfile
Description
For each test case:
- -
- -
- one or more lines containing the test case description indented with at least one whitespace character (tab or space)
Example input file:
test01
An example test case description.
Description continued
test42
Supposedly the answer to most of your questions
Note: valid test names can consist of letters, decimal digits and the underscore character ('_').
Options
-h--help
Print a short help text, then exit.
-v
--version
Print version number, then exit.
-o filename
--output-filename filename
Write description data to filename.By default, output is written to STDOUT.