From 70a571f4fb448c214941c60961f17bf998d4adfe Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 2 Jan 2013 19:44:15 +0000 Subject: [PATCH] bin/withdraw: Lowercase `u' in `usage:', for consistency. --- bin/withdraw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/withdraw b/bin/withdraw index af47bc5..4f67086 100755 --- a/bin/withdraw +++ b/bin/withdraw @@ -32,7 +32,7 @@ cd "$CERTROOT" ## Get the list of requests. if {[llength $argv] != 1} { - puts stderr "Usage: $QUIS REQID" + puts stderr "usage: $QUIS REQID" exit 1 } lassign $argv reqid -- 2.11.0