diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-19 22:39:35 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-19 22:39:35 -0500 |
commit | 6989ceb442dabe6fd9d49f338a4b74fe544be29e (patch) | |
tree | 0694d520d778743c43c714f1afe6770de9622ee0 /archiso/mkarchiso | |
parent | e7a7902104bbb9b490802c7b471cf4a47dce534d (diff) | |
download | archiso32-6989ceb442dabe6fd9d49f338a4b74fe544be29e.tar.xz |
Minor documentation updates
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'archiso/mkarchiso')
-rwxr-xr-x | archiso/mkarchiso | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |