From 566581139a92f06aa52412fefd3bb4cee6eddf58 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Wed, 11 Dec 2024 20:51:10 +0100 Subject: [PATCH] New command line parameter: alternative configuration file. --- man/dnsmanagerd.1 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/man/dnsmanagerd.1 b/man/dnsmanagerd.1 index 20d42a5..4a207b0 100644 --- a/man/dnsmanagerd.1 +++ b/man/dnsmanagerd.1 @@ -17,6 +17,7 @@ daemon is a micro-service providing DNS domains and zones management. .Op Fl snh .Op Fl v Ar verbosity .Op Fl -project Ar project-name +.Op Fl -configuration Ar file . .Op Fl -service-name Ar name .Op Fl -storage-directory Ar path @@ -154,13 +155,16 @@ Array of String, [] .Bl -tag -width "-t activation-template-name," .It Li -s , --simulation Print configuration then quit. -. + .It Li -n , --no-configuration No configuration file should be read. -. + .It Li -v No verbosity , Li --verbosity No level Verbosity level. From 0 to 4. Default: 4. -. + +.It Li --configuration No file +Alternative configuration file. + .It Li --project No project-name Project name, used for slotting to enable several instances of .Nm authd @@ -169,10 +173,10 @@ Will search in .Pa $XDG_CONFIG_HOME/baguette//auth.yml then .Pa /etc/baguette//auth.yml . -. + .It Li -h , --help Show some help, but won't cover as much as the actual manual. -. + .It Li --service-name No name Name of the .Xr libipc 7