create-html-usage.pl: unwrap multi-line usage lines
commit5874cf743524a21e5ea77cf75ef7d709d2ca0eb9
authorKyle J. McKay <mackyle@gmail.com>
Wed, 21 Jun 2017 09:48:53 +0000 (21 02:48 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 21 Jun 2017 09:48:53 +0000 (21 02:48 -0700)
tree34dae160f4cc30e7ea7422b9245a920b5e1655f7
parente2a90acc84dd6c7fec1db3f9decdc6faa1dcee41
create-html-usage.pl: unwrap multi-line usage lines

The .rst formatter does its own wrapping (and so does the browser).

Therefore unwrap single-command usage lines that were manually
wrapped onto multiple lines for easier reading of the terminal
output.

The "Or:" alternatives were already being handled just so long as
they (and the preceding Usage:) were each one single line.

Now folding those "logical" lines is allowed and they will then
be unfolded when creating the .rst usage information.

Until just recently there was no need for unfolding support.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
create-html-usage.pl