diff options
-rwxr-xr-x | db-update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
index : dbscripts | ||
Main repo is at https://projects.archlinux.org/dbscripts.git/ | Florian Pritz |
summaryrefslogtreecommitdiffstats |
-rwxr-xr-x | db-update | 2 |
@@ -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 |