1
0
Fork 0
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:
Managor 2025-07-18 17:26:20 +03:00 committed by GitHub
parent 81f1d34a9a
commit f0dbeeb226
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: