about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-07 23:12:29 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:48 -0700
commitd1cfa5e3325cd6eec7a5f661ed43617ada9c1908 (patch)
tree455c84e32afa36d652f629c8d79e500a0878abcd
parent24ce9506455f2adf9a45dfbbef42ac1bd24453a9 (diff)
downloadmu-d1cfa5e3325cd6eec7a5f661ed43617ada9c1908.tar.gz
-
-rw-r--r--apps/ex1.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ex1.subx b/apps/ex1.subx
index acd7ea00..d1968415 100644
--- a/apps/ex1.subx
+++ b/apps/ex1.subx
@@ -2,7 +2,7 @@
 # Just return 42.
 #
 # To run:
-#   $ ./bootstrap translate init.linux apps/ex1.2.subx -o apps/ex1
+#   $ ./bootstrap translate init.linux apps/ex1.subx -o apps/ex1
 #   $ ./bootstrap run apps/ex1
 # Expected result:
 #   $ echo $?