about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-12-13 00:51:32 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-13 00:51:32 -0800
commitcb7b0f84fe103a8d0b76ca3a0a9b4b8a5e0f1118 (patch)
treec32f38201e46caccc1f57feb9bf3f68a987eb5f4
parent18b92d77c9691177098714ce37b053b915403863 (diff)
downloadmu-cb7b0f84fe103a8d0b76ca3a0a9b4b8a5e0f1118.tar.gz
407
-rw-r--r--load.arc2
-rwxr-xr-xmu3
2 files changed, 4 insertions, 1 deletions
diff --git a/load.arc b/load.arc
index a87c3b96..ba8cd0bc 100644
--- a/load.arc
+++ b/load.arc
@@ -2,7 +2,7 @@
 ; selectively loading just sections at or less than a given level
 
 ; usage:
-;   load.arc [arc files] -- [mu files]
+;   load.arc [level] [arc files] -- [mu files]
 
 (def selective-load (file (o level 999))
 ;?   (prn "loading @file at level @level")
diff --git a/mu b/mu
index 7833407e..e2731406 100755
--- a/mu
+++ b/mu
@@ -6,6 +6,9 @@
 # Usage:
 #  mu [mu files]
 #  mu test [arc files]
+#
+# To actually mess with load levels, skip this script and call load.arc
+# directly.
 
 if [[ $1 == "test" ]]
 then