summaryrefslogtreecommitdiff
path: root/test.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'test.cmd')
-rw-r--r--test.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.cmd b/test.cmd
index 7d3bc01..050e7d0 100644
--- a/test.cmd
+++ b/test.cmd
@@ -12,8 +12,8 @@ command home {
help Sets a new home;
type none;
}
- del [string:name] {
- run home_del name;
+ del [optional:-a] [string:name] {
+ run home_del name -a;
help Deletes a home\n&cCannot be undone!;
perm home.del;
}