Minor documentation updates

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-10-19 22:39:35 -05:00
parent e7a7902104
commit 6989ceb442

View File

@ -20,9 +20,9 @@ usage ()
echo " -v Enable verbose output." echo " -v Enable verbose output."
echo " -h This message." echo " -h This message."
echo " commands:" echo " commands:"
echo " install <working dir> <pkg file> : install packages to 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 " 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 " img <working dir> <image name> : build an image from the working dir"
exit $1 exit $1
} }