fix manpage formatting errors

This commit is contained in:
Nicholas O'Connor 2017-07-11 14:23:11 -07:00
parent ffb952fae6
commit 8c148d5608

View File

@ -11,7 +11,7 @@ cellar(1) - bottle management tool for WINE connoisseurs
* First, [GLOBAL OPTIONS][] are processed. These control things like program verbosity, which bottle to use, * First, [GLOBAL OPTIONS][] are processed. These control things like program verbosity, which bottle to use,
and other settings that are relevant no matter what you're doing. and other settings that are relevant no matter what you're doing.
* Second, cellar takes a [COMMAND][#COMMANDS], and that command probably has its own set of arguments and flags. * Second, cellar takes a [COMMAND](#COMMANDS), and that command probably has its own set of arguments and flags.
TCLAP is generally used as the command line parser, which provides a -- argument to separate the command from TCLAP is generally used as the command line parser, which provides a -- argument to separate the command from
the global options (e.g. `cellar -v -- create bottlename`). If the program seems to be interpreting a flag the global options (e.g. `cellar -v -- create bottlename`). If the program seems to be interpreting a flag
ambiguously, try this first. ambiguously, try this first.
@ -21,7 +21,7 @@ cellar(1) - bottle management tool for WINE connoisseurs
* `-v`, `--verbose`: * `-v`, `--verbose`:
Enable verbose output. Enable verbose output.
* `-d', `--dryrun`: * `-d`, `--dryrun`:
Don't actually do anything, just print what you would do. Implies `--verbose`. Don't actually do anything, just print what you would do. Implies `--verbose`.
* `-b`, `--bottle <bottlename>`: * `-b`, `--bottle <bottlename>`: