summaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-10-20 23:40:17 -0500
committerAaron Griffin <aaronmgriffin@gmail.com>2008-10-20 23:40:17 -0500
commitd8f4565b891f198537012bcf44fc1c4c4e651435 (patch)
tree531cc896dc06ffcc393e4b7b79561ecdb8455357 /archiso/mkarchiso
parent3f5c116d8c916cb7cef1791e8fd8930aae118119 (diff)
Minor modifications to usage output
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'archiso/mkarchiso')
-rwxr-xr-xarchiso/mkarchiso6
1 files changed, 3 insertions, 3 deletions
diff --git a/archiso/mkarchiso b/archiso/mkarchiso
index 133d57d..cc84179 100755
--- a/archiso/mkarchiso
+++ b/archiso/mkarchiso
@@ -19,9 +19,9 @@ usage ()
echo " -v Enable verbose output."
echo " -h This message."
echo " commands:"
- 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 " image <working dir> <image name> : build an image from the working dir"
+ echo " install <dir> : install packages to the working dir"
+ echo " squash <dir> <sqfs name> : generate a squashfs image of the working dir"
+ echo " image -p <bootloader> <dir> <image name> : build an image from the working dir"
exit $1
}