X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=main.go;h=ddefcf08f4f053910df768479e4c932347647262;hb=c1d87278337656e30aa94447d4d0c32c16fdbfc1;hp=545170c83fe9932cd5937e5ef6dcc0269f22cece;hpb=193ae41f5473832680f1969a1e0bc19bc27909b8;p=pstop.git diff --git a/main.go b/main.go index 545170c..ddefcf0 100644 --- a/main.go +++ b/main.go @@ -197,7 +197,7 @@ func main() { } case '+': // increase interval by creating a new ticker wi.SetWaitInterval(wi.WaitInterval() + time.Second) - case 'h': // help + case 'h', '?': // help state.SetHelp(!state.Help()) case 'q': // quit finished = true