about summary refs log tree commit diff stats
path: root/subx/apps/factorial.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/factorial.subx')
-rw-r--r--subx/apps/factorial.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/factorial.subx b/subx/apps/factorial.subx
index 068a63cb..1ea2a063 100644
--- a/subx/apps/factorial.subx
+++ b/subx/apps/factorial.subx
@@ -8,7 +8,7 @@
 #   120
 #
 # You can also run the automated test suite:
-#   $ subx run apps/factorial test
+#   $ ./subx run apps/factorial test
 # Expected output:
 #   ........
 # Every '.' indicates a passing test. Failing tests get a 'F'.