Linux64 should be mentioned in the usage of repackage.sh

This commit is contained in:
Lirusaito
2013-04-23 04:47:48 -04:00
parent bfb6e852a2
commit 24f08f7b0c

View File

@@ -5,7 +5,7 @@ usage() {
echo "Usage: repackage PLATFORM FILEIN.tar.bz2 [FILEOUT.tar.bz2]
Repackage an archive from llautobuild format into singularity format
PLATTFORM can be one of windows, linux, mac.
PLATTFORM can be one of windows, linux, linux64, mac.
"
exit 0
}