diff --git a/bin/is b/bin/is
index ae3128364593d09cf468c4c4cdc791908ab033ba..b8ee21a6481bc412e71d9e593784201ae1497a05 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")