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

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}}`