Merge pull request #2 from ericherman/master
[pstop.git] / main.go
diff --git a/main.go b/main.go
index 545170c..ddefcf0 100644 (file)
--- 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