about summary refs log tree commit diff stats
path: root/linux/factorial.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/factorial.subx')
-rw-r--r--linux/factorial.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/factorial.subx b/linux/factorial.subx
index 8dddbd4d..1bcc0a9d 100644
--- a/linux/factorial.subx
+++ b/linux/factorial.subx
@@ -1,7 +1,7 @@
 ## compute the factorial of 5, and print the result
 #
 # To run:
-#   $ bootstrap/bootstrap translate [01]*.subx apps/factorial.subx -o apps/factorial
+#   $ bootstrap/bootstrap translate [01]*.subx factorial.subx -o factorial
 #   $ bootstrap/bootstrap run factorial
 # Expected result:
 #   $ echo $?