From 19014d292f366c1c4a94f80ffd443adc2b5079d6 Mon Sep 17 00:00:00 2001
From: Seblu <sebastien.luttringer@smartjog.com>
Date: Fri, 1 Jul 2011 17:02:43 +0200
Subject: [PATCH] Remove usage on error

Credits to Aurelien Dunand
---
 bin/is | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/is b/bin/is
index ae31283..b8ee21a 100755
--- a/bin/is
+++ b/bin/is
@@ -261,7 +261,6 @@ try:
     # let's go
     args.func(p_main, args)
 except Exception as e:
-    p_main.print_usage()
     error(e)
 except KeyboardInterrupt:
     warn("Keyboard Interrupted")
-- 
GitLab