#929835 infinoted: -c is given as a shortcut both for --config-file and --certificate-file

Package:
infinoted
Source:
libinfinity
Description:
dedicated server for infinote-based collaborative editing
Submitter:
Elena ``of Valhalla''
Date:
2021-01-24 18:51:07 UTC
Severity:
normal
Tags:
#929835#5
Date:
2019-06-01 13:05:18 UTC
From:
To:
Dear Maintainer,

in the infinoted manpage one reads:

       -c, --config-file=CONFIG-FILE
              Load  the  given  configuration  file  instead of looking at the
              standard locations.

       [...]

       -c, --certificate-file=CERTIFICATE-FILE
              The server's certificate

The program interpreters -c as --certificate-file, but at a glance it's
very easy to try to use it for --config-file, leading to unexpected and
hard to debug failures.

infinoted --help only shows -c for --certificate-file and does not list
any option for --config-file (which would be pretty convenient to have).

Thanks in advance