diff --git a/reformat.sh b/reformat.sh
index dd9dcaa87ac5142bc63381adb69ff215e4dbcd0d..acfcc2a5756ff81cba76d1c80c8f3fd444e58102 100755
--- a/reformat.sh
+++ b/reformat.sh
@@ -5,7 +5,7 @@ COMMIT=$2
 function do_commit {
   if [ $COMMIT == 1 ] ;then
       git commit $1 --author="uncrustify <pat@moreproductive.org>" \
-          --message="uncrustify";
+          --message="uncrustify $1";
   fi
 }