about summary refs log tree commit diff stats
path: root/linux/ex8.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/ex8.subx')
-rw-r--r--linux/ex8.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ex8.subx b/linux/ex8.subx
index 5a08b039..909d1adb 100644
--- a/linux/ex8.subx
+++ b/linux/ex8.subx
@@ -1,7 +1,7 @@
 # Example reading commandline arguments: compute length of first arg.
 #
 # To run:
-#   $ bootstrap/bootstrap translate apps/ex8.subx -o apps/ex8
+#   $ bootstrap/bootstrap translate ex8.subx -o ex8
 #   $ bootstrap/bootstrap run ex8 abc de fghi
 # Expected result:
 #   $ echo $?