summaryrefslogtreecommitdiffstats
path: root/db-remove
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-05-22 18:52:53 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-05-22 18:52:53 +0200
commita0c4daf2679a56f6eaa7df0062c7184fc55f95bf (patch)
treea9c1f8b4492f6cca766d0dfcce991368790d4f63 /db-remove
parent603d737cd871d4195dd241c345a133989ce59d28 (diff)
downloaddbscripts-a0c4daf2679a56f6eaa7df0062c7184fc55f95bf.tar.gz
dbscripts-a0c4daf2679a56f6eaa7df0062c7184fc55f95bf.tar.xz
Fix db-remove usage text
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-remove b/db-remove
index c69e179..f9495e9 100755
--- a/db-remove
+++ b/db-remove
@@ -1,7 +1,7 @@
#!/bin/bash
if [ $# -ne 3 ]; then
- echo "usage: $(basename $0) <pkgname> <arch> <reponame>"
+ echo "usage: $(basename $0) <pkgname> <reponame> <arch>"
exit 1
fi