From 452de7fdc27358b5ecf078126c01739506ef9ec2 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 13 Aug 2025 13:08:48 +0200 Subject: [PATCH] docs: show HOWTO generate in `abra man` help See https://git.coopcloud.tech/toolshed/abra/issues/568 --- cli/run.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/run.go b/cli/run.go index 66b97659..cd18a695 100644 --- a/cli/run.go +++ b/cli/run.go @@ -73,7 +73,8 @@ func Run(version, commit string) { Aliases: []string{"m"}, Short: "Generate manpage", Example: ` # generate the man pages into /usr/local/share/man/man1 - sudo abra man + abra_path=$(which abra) # pass abra absolute path to sudo below + sudo $abra_path man sudo mandb # read the man pages -- 2.49.0