dankamongmen / growlight

notcurses block device manager / system installation tool

Home Page:https://nick-black.com/dankwiki/index.php/Growlight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

man pages are turning "--" into "-" in OPTIONS

dankamongmen opened this issue · comments

markdown source:

**-h|--help**: Print a brief usage summary, and exit.

**-i|--import**: Attempt to assemble aggregates (zpools, MD devices, etc)
based on block device scans at startup.

**-v|--verbose**: Be more verbose.

**-V|--version**: Print version information and exit.

**--disphelp**: Display the help subdisplay upon startup.

output:

       -h|–help: Print a brief usage summary, and exit.

       -i|–import:  Attempt  to  assemble aggregates (zpools, MD devices, etc)
       based on block device scans at startup.

       -v|–verbose: Be more verbose.

       -V|–version: Print version information and exit.

       –disphelp: Display the help subdisplay upon startup.

these options are not accepted without two hyphens. It looks like they're being turned into en dashes? lol, outstanding.

Looks good!

       -h|--help: Print a brief usage summary, and exit.

       -i|--import:  Attempt  to assemble aggregates (zpools, MD devices, etc)
       based on block device scans at startup.

       -v|--verbose: Be more verbose.

       -V|--version: Print version information and exit.

       --disphelp: Display the help subdisplay upon startup.