Failing input:(note use of `<dir>`) ``` General options: * `-d`, `--output-directory` <dir>: Some text. * `-j`, `--max-jobs` <jobs>: More text. ``` Failing output: "dir" and "Some text." is missing. ``` General options: -d, --output-directory -j, --max-jobs jobs More text. ```