From 790b08ddaa65ad1215f532b18df1cbbcd16e5497 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Tue, 12 May 2020 16:25:32 -0500 Subject: [PATCH] Fix typo in README file that befouls formatting of the option list Signed-off-by: Merlin Mathesius --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ccc0ac85..cf345bb1 100644 --- a/README.rst +++ b/README.rst @@ -124,7 +124,7 @@ Options: ``scratch`` is ``True`` or if the MBS setting ``YAML_SUBMIT_ALLOWED`` is ``True``. - ``module_name`` - a string to use as the module name if a scratch build is requested and the YAML modulemd is submitted using the ``modulemd`` parameter. - - ``module_stream`` - a string to use as the stream name if a scratch build is requested and the +- ``module_stream`` - a string to use as the stream name if a scratch build is requested and the YAML modulemd is submitted using the ``modulemd`` parameter. - ``rebuild_strategy`` - a string of the desired rebuild strategy (affects what components get rebuilt). For the available options, please look at the "Rebuild Strategies" section below.