From bcbb05f7ce81748cf182f8a1d045cca57c9c382e Mon Sep 17 00:00:00 2001
From: Przemyslaw Pawelczyk <przemoc@gmail.com>
Date: Tue, 19 Jan 2016 21:33:51 +0100
Subject: examples/git-metapull: Fix the comments.

---
 examples/git-metapull | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/examples/git-metapull b/examples/git-metapull
index e9a5090..a81c2ba 100644
--- a/examples/git-metapull
+++ b/examples/git-metapull
@@ -1,9 +1,10 @@
 #!/bin/sh
 #
-# This script can be used instead of git pull when updating a remote
-# repo to make sure the metadata matches what is stored in the repo.
-# It will do a git pull, show a list of changes to be made to the metadata,
-# and after getting confirmation, apply the changes.
+# This script can be used instead of git pull when updating from
+# a remote repo to make sure the metadata matches what is stored in
+# the repo.
+# It will do a git pull, show a list of changes to be made to
+# the metadata, and after getting confirmation, apply the changes.
 
 DO_MTIME=yes
 MSFILE=".metadata"
-- 
cgit v1.2.1