index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | archiso/mkarchiso | 6 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 2427e14..a28c2b8 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -20,9 +20,9 @@ usage () echo " -v Enable verbose output." echo " -h This message." echo " commands:" - echo " install <working dir> <pkg file> : install packages to the working dir" - echo " squash <working dir> <sqfs name> : generate a squashfs image of the working dir" - echo " img <working dir> <image name> : build an image from the working dir" + echo " install <working dir> : install packages to the working dir" + echo " squash <working dir> <sqfs name> : generate a squashfs image of the working dir" + echo " img <working dir> <image name> : build an image from the working dir" exit $1 } |