unimportant

This commit is contained in:
Cosmin Apreutesei
2015-04-09 09:45:35 +03:00
parent c5880b762d
commit ef84772940
+3 -1
View File
@@ -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
}