Compare commits

...

1 Commits

Author SHA1 Message Date
452de7fdc2 docs: show HOWTO generate in abra man help
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
See #568
2025-08-13 13:08:48 +02:00

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