about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-30 00:36:07 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-30 00:36:07 -0800
commit76590e79bb45d192ba0ed9cc82952321aec0d682 (patch)
tree284fda1c40b8e9bc542f9a64d2fa7f349929d8a4 /subx/apps
parente0ffdcd1a6302355e187553827159fd180680755 (diff)
downloadmu-76590e79bb45d192ba0ed9cc82952321aec0d682.tar.gz
4893
Diffstat (limited to 'subx/apps')
-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'.