mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 02:35:40 +02:00
counter-strike-2, openocd: fix double space (#17249)
This commit is contained in:
parent
81f1d34a9a
commit
f0dbeeb226
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue