diff options
Diffstat (limited to 'db-repo-add')
-rwxr-xr-x | db-repo-add | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db-repo-add b/db-repo-add index b83fb77..99bb4b5 100755 --- a/db-repo-add +++ b/db-repo-add @@ -4,7 +4,7 @@ . "$(dirname $0)/config" if [ $# -lt 3 ]; then - msg "usage: $(basename $0) <repo> <arch> <pkgfile> ..." + msg "usage: ${0##*/} <repo> <arch> <pkgfile> ..." exit 1 fi |