Fix code-style dash formatting in userdocs

Closes #704

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
Jonathon Anderson
2023-02-22 00:17:12 -07:00
parent d83f953637
commit 51e84107af

View File

@@ -25,25 +25,25 @@ Here is a table outlining the fields on a Profile and Node which is
the same as the parameter that can be used when running `wwctl profile
set` or `wwctl node set`.
+----------------+---------+------+--------------------+---------------+
| Parameter | Profile | Node | Valid Values | Default Value |
+================+=========+======+====================+===============+
| --ipmiaddr | false | true | | |
+----------------+---------+------+--------------------+---------------+
| --ipminetmask | true | true | | |
+----------------+---------+------+--------------------+---------------+
| --ipmiport | true | true | | 623 |
+----------------+---------+------+--------------------+---------------+
| --ipmigateway | true | true | | |
+----------------+---------+------+--------------------+---------------+
| --ipmiuser | true | true | | |
+----------------+---------+------+--------------------+---------------+
| --ipmipass | true | true | | |
+----------------+---------+------+--------------------+---------------+
| --ipmiinterface| true | true | 'lan' or 'lanplus' | lan |
+----------------+---------+------+--------------------+---------------+
| --ipmiwrite | true | true | true or false | false |
+----------------+---------+------+--------------------+---------------+
+--------------------+---------+------+--------------------+---------------+
| Parameter | Profile | Node | Valid Values | Default Value |
+====================+=========+======+====================+===============+
| ``--ipmiaddr`` | false | true | | |
+--------------------+---------+------+--------------------+---------------+
| ``--ipminetmask`` | true | true | | |
+--------------------+---------+------+--------------------+---------------+
| ``--ipmiport`` | true | true | | 623 |
+--------------------+---------+------+--------------------+---------------+
| ``--ipmigateway`` | true | true | | |
+--------------------+---------+------+--------------------+---------------+
| ``--ipmiuser`` | true | true | | |
+--------------------+---------+------+--------------------+---------------+
| ``--ipmipass`` | true | true | | |
+--------------------+---------+------+--------------------+---------------+
| ``--ipmiinterface``| true | true | 'lan' or 'lanplus' | lan |
+--------------------+---------+------+--------------------+---------------+
| ``--ipmiwrite`` | true | true | true or false | false |
+--------------------+---------+------+--------------------+---------------+
Reviewing Settings