hardlink_packages: Clarify packages directories in helptext.

This commit is contained in:
Augustin Cavalier
2017-12-01 22:29:56 +01:00
parent 97599bfc05
commit b4b5583536
+1 -1
View File
@@ -11,7 +11,7 @@ import sys, os, re, hashlib
if len(sys.argv) < 5:
print("usage: hardlink_packages.py [arch] [jam RemotePackageRepository file] "
+ "[source directory] [target directory]")
+ "[prebuilt packages directory] [destination root directory]")
print("note that the [jam RemotePackageRepository file] will be modified.")
print("note that [target directory] is assumed to have a 'packages' subdirectory, "
+ " and a repo.info.template file (using $ARCH$)")