1
1
mirror of https://github.com/wader/fq.git synced 2024-12-24 05:41:38 +03:00

interp: Fix help a bit

This commit is contained in:
Mattias Wadman 2021-12-09 21:11:24 +01:00
parent ee023d7fda
commit e823475d3c

View File

@ -228,7 +228,7 @@ def _repl_slurp: _repl({});
# TODO: introspect and show doc, reflection somehow?
def help:
( "Type jq expression to evaluate"
( "Type expression to evaluate"
, "\\t Auto completion"
, "Up/Down History"
, "^C Interrupt execution"