summaryrefslogtreecommitdiff
path: root/ack.kpl
diff options
context:
space:
mode:
Diffstat (limited to 'ack.kpl')
-rw-r--r--ack.kpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ack.kpl b/ack.kpl
index 257e142..3aa6c1d 100644
--- a/ack.kpl
+++ b/ack.kpl
@@ -21,7 +21,7 @@
)
`is_main Fn $ (
- ( args ) `use "sys"
+ `use "sys" [args]
? 4 != `length args {
`return `error String $ (
"#BOLD#RED#Got: %#\n" `format " " `join args