summaryrefslogtreecommitdiff
path: root/debian/show-versions-in-repo.sh
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-10-26 21:31:15 +0200
committerVarac <varac@leap.se>2017-10-26 21:31:15 +0200
commitbcae73fdd390cc977a6d31a56cf60a0d5892dc42 (patch)
tree505f589e0abfa8a9f775f291de7229a026f8f61a /debian/show-versions-in-repo.sh
parent1eda4e633ff75e954218ad9330903db647db910d (diff)
Fix scripts to match new repo layout
Diffstat (limited to 'debian/show-versions-in-repo.sh')
-rwxr-xr-xdebian/show-versions-in-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/show-versions-in-repo.sh b/debian/show-versions-in-repo.sh
index c33444d..f6894e7 100755
--- a/debian/show-versions-in-repo.sh
+++ b/debian/show-versions-in-repo.sh
@@ -5,7 +5,7 @@ usage() {
echo "$0 <repo> <dist> <component>"
echo
echo "Show which package versions are included in which debian repo"
- echo "Example: $0 platform jessie snapshots"
+ echo "Example: $0 platform snapshots jessie"
exit 1
}