bin/setup-neomutt

changeset 446
acd0b08d467e
parent 437
0543a6606d82
child 482
2c7cb331d2dc
--- a/bin/setup-neomutt
+++ b/bin/setup-neomutt
@@ -2,7 +2,7 @@
 set -eu
 
 case ${1:-} in *help|-h)
-  exec perldoc $0;;
+  exec perldoc -T $0;;
 esac
 
 cd
@@ -38,15 +38,15 @@ for BIN in mutt mutt_dotlock pgpewrap; d
   ln -sf ../sandbox/neomutt/$BIN
 done
 
-
 :<<=cut
 =head1 NAME
 
-setup-neomutt - clone/update, build, and link neomutt
+setup-neomutt - Clone/update and build neomutt
 
 =head1 DESCRIPTION
 
-Run to do the above.
+Run to do the above, incl. symlinking relevant binaries in C<~/bin> to the
+neomutt build.
 
 =head1 REQUIREMENTS
 

mercurial