diff --git a/mgit b/mgit index 241e141..5f9c26c 100755 --- a/mgit +++ b/mgit @@ -46,7 +46,9 @@ usage() { echo " [help|--help] show this screen" echo # append any plugin help files - cat .mgit/*.help + for f in .mgit/*.help; do + cat "$f" + done echo exit }