From 5d686fdacc99e34a2f1b6d510873be46433df7b2 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 16 Oct 2008 19:38:03 -0400 Subject: Fix a typo in db-update's usage output Signed-off-by: Aaron Griffin --- db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-update') diff --git a/db-update b/db-update index dbfbe51..81b3905 100755 --- a/db-update +++ b/db-update @@ -1,7 +1,7 @@ #!/bin/bash if [ $# -ne 2 ]; then - echo "usage: $(basename $0) " + echo "usage: $(basename $0) " exit 1 fi -- cgit v1.2.3-24-g4f1b