X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-crypt;h=03d7d1fe4b6b468de1c2fe29aa17e3b240e848f9;hb=292e713d1ca463d16db03e454eab8bac2e400be6;hp=65608ee5a4ab6a18e9b43c35417b0d33f363fa34;hpb=aad28464122ca115b2852bddd67367d55bd4d476;p=grml-crypt.git diff --git a/grml-crypt b/grml-crypt index 65608ee..03d7d1f 100755 --- a/grml-crypt +++ b/grml-crypt @@ -55,7 +55,7 @@ function printUsage cat < [mountpoint] -$PROG_NAME__ is a wrapper arround cryptsetup with LUKS support to format a device +$PROG_NAME__ is a wrapper around cryptsetup with LUKS support to format a device OPTIONS: -s size of the loop-filesystem to create, in MB (default=$SIZE_) @@ -252,7 +252,7 @@ function actionFormat notice "Operating on a file" IS_IMAGE_='true' if [ -e "$TARGET_" ]; then - $FORCE_ || die "file $TARGET_ does allready exist" + $FORCE_ || die "$TARGET_ does already exist" warn "overwriting file $TARGET_" init_='donothing' else