summaryrefslogtreecommitdiff
path: root/create-repo
diff options
context:
space:
mode:
Diffstat (limited to 'create-repo')
-rwxr-xr-xcreate-repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-repo b/create-repo
index f77fa24..24b890d 100755
--- a/create-repo
+++ b/create-repo
@@ -5,7 +5,7 @@
. "$(dirname "$(readlink -e "$0")")/config"
if [ $# -eq 0 ]; then
- msg "Usage: $0 repo1 [repo2 ... repoX]"
+ msg "Usage: ${0##*/} repo1 [repo2 ... repoX]"
exit 1
fi