summaryrefslogtreecommitdiffstats
path: root/scripts/wic
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/wic')
-rwxr-xr-xscripts/wic2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic
index 94028e2b08..c99c5042bd 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -308,7 +308,7 @@ def main(argv):
308 308
309 parser.disable_interspersed_args() 309 parser.disable_interspersed_args()
310 310
311 (options, args) = parser.parse_args(argv) 311 args = parser.parse_args(argv)[1]
312 312
313 if len(args): 313 if len(args):
314 if args[0] == "help": 314 if args[0] == "help":