commit b3cab957e9147b359a93e741e67955ce8c140a04
parent 7cc8b45b04ce898e22722421eea4015bea981525
Author: Lou Woell <lou.woell@posteo.de>
Date:   Thu,  4 Sep 2025 15:30:42 +0200

fix help strings

Diffstat:
Mcmd/harehelper/helper.ha | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/cmd/harehelper/helper.ha b/cmd/harehelper/helper.ha @@ -16,18 +16,20 @@ const help: []getopt::help = [ ('p', "path", "append to harepath"), ('P', "return harepath"), ("list", [ - "list symbols in package", - "identier" + "list symbols in module", + "module" ]: []getopt::help ), ("find", [ "find module for identifier", - "args", + "identifier", + "file" + ]: []getopt::help), ("locate", [ "return location of declaration for identifier", "identifier", ]: []getopt::help), ("list-modules", [ - "findc module for identifier", + "list all modules in current harepath", ]: []getopt::help), ];