diff options
author | Omar Polo <op@omarpolo.com> | 2021-06-29 11:00:28 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-06-29 11:00:28 +0000 |
commit | ba65dcc8fabd45f65cc56f691ee1770ad67b2d9b (patch) | |
tree | 732cc18f533ab7dbdedc8853f92b0fa5c70cb585 /gmid.1 | |
parent | fdb43a4c0e347c20c0f13c3145165393c6c10883 (diff) |
mention -V/--version and --help in the manpage
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -26,7 +26,7 @@ .Ek .Nm .Bk -words -.Op Fl 6hv +.Op Fl 6hVv .Op Fl d Pa certs-dir .Op Fl H Ar hostname .Op Fl p Ar port @@ -86,10 +86,12 @@ and .Pa hostname.key.pem . If a certificate or key don't exists for a given hostname they will be automatically generated. -.It Fl h +.It Fl h , Fl -help Print the usage and exit. .It Fl p Ar port The port to listen on, by default 1965. +.It Fl V , Fl -version +Print the version and exit. .It Fl v Verbose mode. Multiple |