changeset 11854:cc933fc31298 draft

<b_jonas> fetch bin/whatis https://hack.esolangs.org/get/bin/whatis
author HackEso <hackeso@esolangs.org>
date Tue, 16 Jul 2019 16:54:42 +0000
parents 97b02eed7f57
children 247e90ca5c98
files bin/whatis
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/whatis	Tue Jul 16 16:54:11 2019 +0000
+++ b/bin/whatis	Tue Jul 16 16:54:42 2019 +0000
@@ -22,6 +22,6 @@
                         foundv[argind] = True
                 if match:
                     print(line, end="")
-        for arg, found in zip(foundv):
+        for arg, found in zip(argorg, foundv):
             if not found:
                 print(arg + ": nothing appropriate.")