about summary refs log tree commit diff stats
path: root/linux/ex2.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/ex2.subx')
-rw-r--r--linux/ex2.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ex2.subx b/linux/ex2.subx
index 55aadbd4..5ca39872 100644
--- a/linux/ex2.subx
+++ b/linux/ex2.subx
@@ -1,7 +1,7 @@
 # Add 3 and 4, and return the result in the exit code.
 #
 # To run:
-#   $ bootstrap/bootstrap translate apps/ex2.subx -o apps/ex2
+#   $ bootstrap/bootstrap translate ex2.subx -o ex2
 #   $ bootstrap/bootstrap run ex2
 # Expected result:
 #   $ echo $?