hardlink_packages: Fix arguments check.

Thanks Jessica for the review!
This commit is contained in:
Augustin Cavalier
2019-05-15 13:19:34 -04:00
parent 8e05933bc8
commit f7072b7d5a
+1 -1
View File
@@ -9,7 +9,7 @@
import sys, os, subprocess, re, hashlib
if len(sys.argv) > 5:
if len(sys.argv) != 5:
print("usage: hardlink_packages.py [arch] [jam RemotePackageRepository file] "
+ "[prebuilt packages directory] [destination root directory]")
print("note that the [jam RemotePackageRepository file] will be modified.")