From 008eca3eafdadaa43de6715f3741a1041272fcea Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Sat, 17 Feb 2024 23:56:00 +0000 Subject: [PATCH] Quote '?' in README.md to avoid shell expansion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.