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