diff --git a/garnet/docs/debugger.md b/garnet/docs/debugger.md
index bd7480bd7037b95c6fba72974ace80f9926678a9..9f21e02776a1d1eeb17a86ba5e3151782f88ab7f 100644
--- a/garnet/docs/debugger.md
+++ b/garnet/docs/debugger.md
@@ -36,7 +36,7 @@ A Fuchsia "core" build includes (as of this writing) the necessary targets
 for the debugger. So this build configuration is sufficient:
 
 ```sh
-fx --dir=out/x64 core.x64
+fx --dir=out/x64 set core.x64
 ```
 
 If you're compiling with another product, you may not get it by default. If you
@@ -44,7 +44,7 @@ don't have the debugger in your build, add `//bundles:tools` to your
 "universe", either with:
 
 ```
-fx <normal_stuff_you_use> -with //bundles:tools
+fx <normal_stuff_you_use> --with //bundles:tools
 ```
 
 Or you can edit your GN args directly by editing `<build_dir>/args.gn` and