diff options
author | Eric Bélanger <snowmaniscool@gmail.com> | 2011-11-01 20:38:42 -0400 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-11-04 19:33:29 +0100 |
commit | 42d821ef7b9cfdf4a401563a9351820499620afa (patch) | |
tree | f01e902c854e1ada6dcf0865c212b71810e7c61a /archco.in | |
parent | aea075d817b579fa5b4f45a10cdce1c7f822c571 (diff) |
Capitalize output messages
Some of the output/error messages were capitalized, some were
not. This patch capitalize everything for consistency sake. Other
minor changes were done to the messages like removing the superfluous
"error:" from die messages and adding a final period to messages that
were complete sentences as appropriate.
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'archco.in')
-rw-r--r-- | archco.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ case $scriptname in communityco) SVNURL="svn+ssh://aur.archlinux.org/srv/svn-packages";; *) - die "error: couldn't find svn url for $scriptname" + die "Couldn't find svn url for $scriptname" ;; esac |