mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:26:01 +02:00
gdb: disambiguate --args example (#4704)
This commit is contained in:
parent
a7f895883d
commit
30e4396146
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@
|
||||||
|
|
||||||
`gdb -ex "{{commands}}" {{executable}}`
|
`gdb -ex "{{commands}}" {{executable}}`
|
||||||
|
|
||||||
- Start gdb and pass arguments:
|
- Start gdb and pass arguments to the executable:
|
||||||
|
|
||||||
`gdb --args {{executable}} {{argument1}} {{argument2}}`
|
`gdb --args {{executable}} {{argument1}} {{argument2}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue