about summary refs log tree commit diff stats
path: root/load.arc
diff options
context:
space:
mode:
Diffstat (limited to 'load.arc')
-rw-r--r--load.arc2
1 files changed, 1 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")