From 7812393c67967847d2b0c95ceb1380267916c31e Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Sun, 8 Oct 2023 20:20:52 +0200
Subject: [PATCH] manual: correct syntax of prior CLI

Comma separated lists do not work

(cherry picked from commit 0e468103d9594f7ef7a61eef5044c43cbd835a93)
---
 doc/manual/source/dynare-misc-commands.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/source/dynare-misc-commands.rst b/doc/manual/source/dynare-misc-commands.rst
index 91311da9fa..7e0b7cc527 100644
--- a/doc/manual/source/dynare-misc-commands.rst
+++ b/doc/manual/source/dynare-misc-commands.rst
@@ -167,7 +167,7 @@ Dynare misc commands
 
             A ``1*Nblck`` array of doubles. Current acceptance ratios.
 
-.. matcomm:: prior [OPTIONS[, ...]];
+.. matcomm:: prior [OPTIONS[ ...]];
 
     Prints information about the prior distribution given the provided
     options. If no options are provided, the command returns the list of
-- 
GitLab