add cmd line to forkcall stats
[spider.git] / cmd / show / lockout.pl
index d2133df5ce3d41651f4fca503a64caf974c99938..e97b4bcf34c53436429478592a624ac2bd8fe5f4 100644 (file)
@@ -22,7 +22,7 @@ if ($line) {
 
 return (1, $self->msg('lockoutuse')) unless $line;
 
-@out = $self->spawn_cmd(sub {
+@out = $self->spawn_cmd("show lockout $line", sub {
                                                        my @out;
                                                        my @val;
                                                        my ($action, $count, $key, $data) = (0,0,0,0);