Skip to content

Commit c2bb129

Browse files
Docs: documenting the renamed directory flags in unitd.8.
Reviewed-by: Artem Konev <[email protected]> Signed-off-by: Alejandro Colomar <[email protected]>
1 parent 7fdd5b0 commit c2bb129

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/man/man8/unitd.8.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
.Op Fl Fl group Ar name
1414
.Op Fl Fl user Ar name
1515
.Op Fl Fl log Ar file
16-
.Op Fl Fl modules Ar directory
16+
.Op Fl Fl modulesdir Ar directory
1717
.Op Fl Fl pid Ar file
18-
.Op Fl Fl state Ar directory
18+
.Op Fl Fl statedir Ar directory
1919
.Nm
2020
.Op Fl h | Fl Fl help | Fl Fl version
2121
.Sh Description
@@ -43,13 +43,13 @@ or UNIX-domain format.
4343
Override group name and user name used to run Unit's non-privileged processes.
4444
.It Fl Fl log Ar file
4545
Overrides the pathname for Unit's log.
46-
.It Fl Fl modules Ar directory
46+
.It Fl Fl modulesdir Ar directory
4747
Overrides the directory path for Unit's language modules
4848
.Po Pa *.unit.so
4949
.Pc files .
5050
.It Fl Fl pid Ar file
5151
Overrides the pathname for the PID file of Unit's main process.
52-
.It Fl Fl state Ar directory
52+
.It Fl Fl statedir Ar directory
5353
Overrides the directory path for Unit's state storage.
5454
.El
5555
.Sh Exit status

0 commit comments

Comments
 (0)