diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-05 20:35:12 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-05 20:35:12 +0000 |
commit | 0ac785a6fa007acdc8ecb4f697981c574ab1b710 (patch) | |
tree | 617c9e676e0f67a61d58bd3e7bbd84209c0ea190 /gmid.8 | |
parent | e1e04caa4f847162936a6908d3bc02a3dbdfac6d (diff) |
revert aae8f6bf2b
it's just not worth it to inflict this breaking change to the users.
Diffstat (limited to 'gmid.8')
-rw-r--r-- | gmid.8 | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -20,9 +20,9 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl dhnVv +.Op Fl fhnVv +.Op Fl c Ar config .Op Fl D Ar macro Ns = Ns Ar value -.Op Fl f Ar config .Op Fl P Ar pidfile .Ek .Sh DESCRIPTION @@ -38,6 +38,10 @@ rereads the configuration file when it receives .Pp The options are as follows: .Bl -tag -width 14m +.It Fl c Ar config +Specifies the configuration file. +The default is +.Pa /etc/gmid.conf . .It Fl D Ar macro Ns = Ns Ar value Define .Ar macro @@ -47,13 +51,8 @@ on the command line. Overrides the definition of .Ar macro in the config file if present. -.It Fl d -Debug mode. -Do not daemonize and log to stderr. -.It Fl f Ar config -Specifies the configuration file. -The default is -.Pa /etc/gmid.conf . +.It Fl f +Stays and logs on the foreground. .It Fl h , Fl -help Print the usage and exit. .It Fl n |