summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-31 03:10:52 -0400
committerAndrew Cady <d@jerkface.net>2020-05-31 13:03:40 -0400
commitef1fd5bbd15bba66ea9b3c263be5000513467f5c (patch)
tree4efd92d6d7b706cb449e3eac3a9eca073742b76c
parenta16c3eb057b307629e7969b9ce895bb0bed1de29 (diff)
wording
-rwxr-xr-xdot/local/bin/git-ll-remote3
1 files changed, 2 insertions, 1 deletions
diff --git a/dot/local/bin/git-ll-remote b/dot/local/bin/git-ll-remote
index 17a50d4..87db85d 100755
--- a/dot/local/bin/git-ll-remote
+++ b/dot/local/bin/git-ll-remote
@@ -51,7 +51,8 @@ EOF
51show_ahead_none_message() 51show_ahead_none_message()
52{ 52{
53 x=$(cat <<EOF) 53 x=$(cat <<EOF)
54No remote branches are ahead of your HEAD. %d remote branches were not listed. 54No remote branches are ahead of your HEAD. %d other remote branches were not
55listed.
55EOF 56EOF
56 printf "$x\n" "$1" >&2 57 printf "$x\n" "$1" >&2
57 58