about summary refs log tree commit diff stats
path: root/examples/ex6.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-15 00:01:12 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-15 00:01:12 -0700
commit34fda13bfd12204f1fc0145005d9df08f31a1b73 (patch)
tree2b147c0ceb307fab897d4072d1b7d5724375594b /examples/ex6.subx
parent594b11c37cc5d43af92caa6559189b7f23d33085 (diff)
downloadmu-34fda13bfd12204f1fc0145005d9df08f31a1b73.tar.gz
5658
Diffstat (limited to 'examples/ex6.subx')
-rw-r--r--examples/ex6.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex6.subx b/examples/ex6.subx
index 9955b201..42612578 100644
--- a/examples/ex6.subx
+++ b/examples/ex6.subx
@@ -1,7 +1,7 @@
 # Print out a (global variable) string to stdout.
 #
 # To run:
-#   $ ./subx translate examples/ex6.subx -o examples/ex6
+#   $ ./subx translate init.linux examples/ex6.subx -o examples/ex6
 #   $ ./subx run examples/ex6
 #   Hello, world!