diff --git a/README.md b/README.md index 6e9369716..a8ac0dc80 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ We just did this one: Ctrl+C magic-trace. If magic-trace t You can also trigger snapshots when the application calls a function. To do so, pass magic-trace the `-trigger` flag. -- `-trigger ?` brings up a fuzzy-finding selector that lets you choose from all +- `-trigger '?'` brings up a fuzzy-finding selector that lets you choose from all symbols in your executable, - `-trigger SYMBOL` selects a specific, fully mangled, symbol you know ahead of time, and - `-trigger .` selects the default symbol `magic_trace_stop_indicator`.