From f0dbeeb226c426e1f4d2c9ce7e0179a682c512d2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 18 Jul 2025 17:26:20 +0300 Subject: [PATCH] counter-strike-2, openocd: fix double space (#17249) --- pages/common/openocd.md | 2 +- pages/linux/counter-strike-2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/openocd.md b/pages/common/openocd.md index 4412cccd2a..4c7136bca2 100644 --- a/pages/common/openocd.md +++ b/pages/common/openocd.md @@ -13,7 +13,7 @@ - Attach OpenOCD session to a board with configuration files and a list of commands to be executed on server startup: -`openocd {{[-f|--file]}} {{config_file.cfg}} {{[-c|--command]}} "{{command}}"` +`openocd {{[-f|--file]}} {{config_file.cfg}} {{[-c|--command]}} "{{command}}"` - Use configuration files in the specified path: diff --git a/pages/linux/counter-strike-2.md b/pages/linux/counter-strike-2.md index c611bc10d9..b7a2f6ddb4 100644 --- a/pages/linux/counter-strike-2.md +++ b/pages/linux/counter-strike-2.md @@ -9,7 +9,7 @@ - Run a game with specified maximum number of players: -`{{path/to/cs2}} -dedicated +map {{de_dust2}} -maxplayers {{64}}` +`{{path/to/cs2}} -dedicated +map {{de_dust2}} -maxplayers {{64}}` - Run a game with specified server IP and port: