about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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