about summary refs log tree commit diff stats
path: root/subx/run
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-07 13:54:16 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-07 13:54:16 -0700
commitbc394aaf39da72d980933a720b6deb8876036c07 (patch)
tree5da22de61ca44b9126de927d157c003d5808794b /subx/run
parentbbd9c1f9abf44c90117e0e25b629902f0fb06a73 (diff)
downloadmu-bc394aaf39da72d980933a720b6deb8876036c07.tar.gz
4323
Diffstat (limited to 'subx/run')
-rwxr-xr-xsubx/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/run b/subx/run
index 332d5786..b0eac8df 100755
--- a/subx/run
+++ b/subx/run
@@ -3,7 +3,7 @@
 
 if [ $# -eq 0 ]
 then
-  echo "run <suffix>"
+  echo "run <binary>"
   exit 1
 fi