Skip to content

Commit

Permalink
Quote '?' in README.md to avoid shell expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Feb 17, 2024
1 parent 9c9ee06 commit 008eca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ We just did this one: <kbd>Ctrl</kbd>+<kbd>C</kbd> 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`.
Expand Down

0 comments on commit 008eca3

Please sign in to comment.