summaryrefslogtreecommitdiff
path: root/archiso
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-10-19 22:39:35 -0500
committerAaron Griffin <aaronmgriffin@gmail.com>2008-10-19 22:39:35 -0500
commit6989ceb442dabe6fd9d49f338a4b74fe544be29e (patch)
tree0694d520d778743c43c714f1afe6770de9622ee0 /archiso
parente7a7902104bbb9b490802c7b471cf4a47dce534d (diff)
Minor documentation updates
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'archiso')
-rwxr-xr-xarchiso/mkarchiso6
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
}