Fixed minor shell nit.
diff --git a/init_githooks.sh b/init_githooks.sh
index 19a380f..3349df4 100755
--- a/init_githooks.sh
+++ b/init_githooks.sh
@@ -41,7 +41,7 @@
   p4-pre-submit \
   post-index-change
 do
-  echo "- ${hook}"
+  echo "  ${hook}"
   dest="${hooksPath}/${hook}"
   ln -sf "${src}" "${dest}"
 done