[equo] fix "equo help"

This commit is contained in:
Fabio Erculiani
2010-04-02 19:11:21 +02:00
parent 472c12b0a6
commit 17a3b0bb58
+1
View File
@@ -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):