Skip to content

Commit 91dd235

Browse files
committed
Update docs
1 parent 1eca86b commit 91dd235

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sections/user_guide/cli/tools/config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ Values provided by update configs override or augment values provided in the bas
127127

128128
Additionally:
129129

130-
* Configs in the ``ini``, ``nml``, and ``sh`` formats can be similarly composed.
131-
* The ``--input-config`` and ``--output-config`` options can be used to specify the format of the input and output configs, respectively, for cases when ``uwtools`` cannot deduce the format of configs from their filename extensions. The the formats are neither explicitly provided or deduced, ``yaml`` is assumed.
132-
* The ``--output-file`` / ``-o`` option can be added to direct the output to a file.
130+
* Sets of configs in the ``ini``, ``nml``, and ``sh`` formats can be similarly composed.
131+
* The ``--input-format`` and ``--output-format`` options can be used to specify the format of the input and output configs, respectively, for cases when ``uwtools`` cannot deduce the format of configs from their filename extensions. When the formats are neither explicitly specified or deduced, ``yaml`` is assumed.
132+
* The ``--output-file`` / ``-o`` option can be added to write the final config to a file instead of to ``stdout``.
133133

134134
.. _cli_config_realize_examples:
135135

0 commit comments

Comments
 (0)