summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-10-17 01:38:03 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-10-17 01:38:03 +0200
commit5d686fdacc99e34a2f1b6d510873be46433df7b2 (patch)
treeba5eab195885d5b5ee4dc274799423d51f700fbd /db-update
parent86ec8b5c9dcd5b83cee55e410d42784c830efbb6 (diff)
downloaddbscripts-5d686fdacc99e34a2f1b6d510873be46433df7b2.tar.gz
dbscripts-5d686fdacc99e34a2f1b6d510873be46433df7b2.tar.xz
Fix a typo in db-update's usage output
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
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) <arch> <reponame>"
+ echo "usage: $(basename $0) <reponame> <arch>"
exit 1
fi