# HG changeset patch # User HackEso # Date 1563296082 0 # Node ID cc933fc31298ae5fe27292f6c6b36ffc5ebc30b2 # Parent 97b02eed7f574ec4eea40e939378a4ca1579e164 fetch bin/whatis https://hack.esolangs.org/get/bin/whatis diff -r 97b02eed7f57 -r cc933fc31298 bin/whatis --- 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.")