Skip to content

Commit

Permalink
Documentation/user-manual.txt: use a lowercase "usage:" string
Browse files Browse the repository at this point in the history
Make the usage string in the example script consistent with Git.

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
davvid authored and gitster committed Feb 24, 2013
1 parent 9a8a84c commit 1a2ba8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2341,7 +2341,7 @@ origin)
fi
;;
*)
echo "Usage: $0 origin|test|release" 1>&2
echo "usage: $0 origin|test|release" 1>&2
exit 1
;;
esac
Expand All @@ -2355,7 +2355,7 @@ pname=$0

usage()
{
echo "Usage: $pname branch test|release" 1>&2
echo "usage: $pname branch test|release" 1>&2
exit 1
}

Expand Down

0 comments on commit 1a2ba8b

Please sign in to comment.