summaryrefslogtreecommitdiff
path: root/find-libdeps.in
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2011-11-01 20:38:42 -0400
committerPierre Schmitz <pierre@archlinux.de>2011-11-04 19:33:29 +0100
commit42d821ef7b9cfdf4a401563a9351820499620afa (patch)
treef01e902c854e1ada6dcf0865c212b71810e7c61a /find-libdeps.in
parentaea075d817b579fa5b4f45a10cdce1c7f822c571 (diff)
downloaddevtools32-42d821ef7b9cfdf4a401563a9351820499620afa.tar.xz
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 'find-libdeps.in')
-rw-r--r--find-libdeps.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-libdeps.in b/find-libdeps.in
index 3f44903..efd9bf3 100644
--- a/find-libdeps.in
+++ b/find-libdeps.in
@@ -15,7 +15,7 @@ script_mode=${0##*/find-lib}
case $script_mode in
deps|provides) true;;
- *) die "unknown mode $script_mode" ;;
+ *) die "Unknown mode $script_mode" ;;
esac
if [[ -z $1 ]]; then