From f6f8fdaca45a341dcf97396a53ff8517217d0a90 Mon Sep 17 00:00:00 2001
From: Tal Kedar <tal.kedar@k2dq.com>
Date: Wed, 8 Jan 2025 20:10:10 -0500
Subject: [PATCH] [howto/source.rst] update unitd runtime options

add a `dir` suffix to the `modules`, `state` and `tmp` runtime options.
---
 source/howto/source.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/howto/source.rst b/source/howto/source.rst
index e3c1d781..b2ee6183 100644
--- a/source/howto/source.rst
+++ b/source/howto/source.rst
@@ -1132,7 +1132,7 @@ counterparts, see :ref:`here <source-config-src>`.
    * - **--log pathname**
      - Pathname for Unit's :ref:`log <troubleshooting-log>`.
 
-   * - **--modules directory**
+   * - **--modulesdir directory**
      - Directory path for Unit's language :doc:`modules <modules>`
        (***.unit.so** files).
 
@@ -1140,10 +1140,10 @@ counterparts, see :ref:`here <source-config-src>`.
      - Pathname for the PID file of Unit's :program:`main` :ref:`process
        <security-apps>`.
 
-   * - **--state directory**
+   * - **--statedir directory**
      - Directory path for Unit's state storage.
 
-   * - **--tmp directory**
+   * - **--tmpdir directory**
      - Directory path for Unit's temporary file storage.
 
 Finally, to stop a running Unit: