From d48d7d6343d950265442eccfb72082b12e39af14 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sun, 1 Jan 2023 17:28:55 -0800 Subject: [PATCH] [doc] format fix --- .../openfpga_shell/openfpga_commands/basic_commands.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/manual/openfpga_shell/openfpga_commands/basic_commands.rst b/docs/source/manual/openfpga_shell/openfpga_commands/basic_commands.rst index 4133755d8..a9ca082d4 100644 --- a/docs/source/manual/openfpga_shell/openfpga_commands/basic_commands.rst +++ b/docs/source/manual/openfpga_shell/openfpga_commands/basic_commands.rst @@ -22,9 +22,9 @@ source A string/file stream which contains the commands to be executed. Use quote(``"``) to split between commands. For example, -.. code-block:: + .. code-block:: - source --command_stream "help;exit;" + source --command_stream "help;exit;" .. option:: --from_file