From 42d821ef7b9cfdf4a401563a9351820499620afa Mon Sep 17 00:00:00 2001 From: Eric Bélanger Date: Tue, 1 Nov 2011 20:38:42 -0400 Subject: Capitalize output messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Pierre Schmitz --- find-libdeps.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find-libdeps.in') 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 -- cgit v1.2.3-54-g00ecf