We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c5edf commit d528ef4Copy full SHA for d528ef4
tcl/main.tcl.in
@@ -96,7 +96,7 @@ proc parseModuleCommandName {command defaultcmd} {
96
2 list whatis 2 whatis purge 2 purge initadd 5 initadd initload 6\
97
initadd initprepend 5 initprepend initswitch 6 initswitch\
98
initswap 6 initswitch initunload 8 initrm initlist 5 initlist\
99
- spider 3 spider update 2 reload} {
+ spider 3 spider update 2 reload disable 4 saverm} {
100
if {$cmdlen >= $minlen && [string equal -length $cmdlen $command\
101
$match]} {
102
set command $sccmd
0 commit comments