pkg-download: fix arguments to hash checking script
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 7 Dec 2014 11:02:34 +0000 (12:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Dec 2014 21:08:03 +0000 (22:08 +0100)
The argument are correctly used, but incorrectly documented.
Inverse the comments to match the actual usage.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/download/check-hash

index 067e7a2395d8c400a3442e81dfddfaaf26ab2367..13e361afcae4648b146f63818853b25cf6a062dd 100755 (executable)
@@ -3,8 +3,8 @@ set -e
 
 # Helper to check a file matches its known hash
 # Call it with:
-#   $1: the full path to the file to check
-#   $2: the path of the file containing all the the expected hashes
+#   $1: the path of the file containing all the the expected hashes
+#   $2: the full path to the file to check
 
 h_file="${1}"
 file="${2}"