From d8f4565b891f198537012bcf44fc1c4c4e651435 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 20 Oct 2008 23:40:17 -0500 Subject: Minor modifications to usage output Signed-off-by: Aaron Griffin --- archiso/mkarchiso | 6 +++--- 1 file 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 : install packages to the working dir" - echo " squash : generate a squashfs image of the working dir" - echo " image : build an image from the working dir" + echo " install : install packages to the working dir" + echo " squash : generate a squashfs image of the working dir" + echo " image -p : build an image from the working dir" exit $1 } -- cgit v1.2.2