From 02412a1f6dab242e42d944535034b4c3b7ae3dc8 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 5 May 2009 00:30:58 +0100 Subject: [PATCH] Make the additional arguments error say what the additional arguments are --- terminator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminator b/terminator index bfb65d45..f3f1d5e3 100755 --- a/terminator +++ b/terminator @@ -110,7 +110,7 @@ inside the terminal") (options, args) = parser.parse_args () if len (args) != 0: - parser.error("Expecting zero additional arguments, found: %d" % len (args)) + parser.error("Expecting zero additional arguments, found: %d: %s" % (len (args), args)) if options.no_gconf and options.profile: parser.error("using --no-gconf and defining a profile at the same time \