From 03da1773a5837c3bd204d196e634a4fba7fa158f Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 12 Mar 2013 07:22:21 -0400 Subject: [PATCH] givi - Don't show error when called with empty args --- bin/givi.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/givi.php b/bin/givi.php index 9e5bccccf2..14c4e451c9 100755 --- a/bin/givi.php +++ b/bin/givi.php @@ -138,6 +138,7 @@ class Givi { call_user_func_array(array($this, 'doResume'), $this->arguments); break; case 'help': + case '': $this->doHelp(); break; default: -- 2.25.1