1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

gdb: disambiguate --args example (#4704)

This commit is contained in:
André Almeida 2020-10-19 13:26:18 -03:00 committed by GitHub
parent a7f895883d
commit 30e4396146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,6 @@
`gdb -ex "{{commands}}" {{executable}}`
- Start gdb and pass arguments:
- Start gdb and pass arguments to the executable:
`gdb --args {{executable}} {{argument1}} {{argument2}}`