0
0
forked from toolshed/abra

docs: show HOWTO generate in abra man help

See toolshed/abra#568
This commit is contained in:
2025-08-13 13:08:48 +02:00
parent 952d768ab0
commit 452de7fdc2

View File

@ -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