Skip to content

Commit d528ef4

Browse files
committed
Add "disable" sub-command, as an alias of "saverm"
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent e0c5edf commit d528ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcl/main.tcl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ proc parseModuleCommandName {command defaultcmd} {
9696
2 list whatis 2 whatis purge 2 purge initadd 5 initadd initload 6\
9797
initadd initprepend 5 initprepend initswitch 6 initswitch\
9898
initswap 6 initswitch initunload 8 initrm initlist 5 initlist\
99-
spider 3 spider update 2 reload} {
99+
spider 3 spider update 2 reload disable 4 saverm} {
100100
if {$cmdlen >= $minlen && [string equal -length $cmdlen $command\
101101
$match]} {
102102
set command $sccmd

0 commit comments

Comments
 (0)