From 17a3b0bb584454fc1d45dff0331c78871f8b95d3 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 2 Apr 2010 19:11:21 +0200 Subject: [PATCH] [equo] fix "equo help" --- client/equo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/equo.py b/client/equo.py index a14e77ee1..cdd9fa218 100644 --- a/client/equo.py +++ b/client/equo.py @@ -745,6 +745,7 @@ if bashcomp_enabled: if "help" in options: options.insert(0, "--help") + options = [x for x in options if x != "help"] # print help if (not options) or ("--help" in options):