about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-24 23:03:20 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-24 23:03:20 -0700
commitf5c45f861413905df052e6239ef8184bf1738f74 (patch)
tree6008d033dbc2fc498f97398cef324b8772d680e6 /README.md
parentf4e609c3a7beb0e900cd28102dd9f226f9e5c437 (diff)
downloadmu-f5c45f861413905df052e6239ef8184bf1738f74.tar.gz
6402
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6534db6..6344a560 100644
--- a/README.md
+++ b/README.md
@@ -411,7 +411,7 @@ rudimentary but hopefully still workable toolkit:
   running natively.
 
 * As a further refinement, it is possible to render label names in the trace
-  by adding a second flag to both the `translate` and `run` commands:
+  by adding a second flag to the `bootstrap translate` command:
   ```
   $ ./bootstrap --debug translate input.subx -o binary
   $ ./bootstrap --trace run binary arg1 arg2  2>trace