X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-crypt;h=03d7d1fe4b6b468de1c2fe29aa17e3b240e848f9;hb=72e6325ac1da8c246b79633688d07d327e09b4bf;hp=12c1f70c2e359416c56a34774dd4f2d89ae609fb;hpb=818766e2ae14d77611b01064fa0a8f9376c0f26f;p=grml-crypt.git diff --git a/grml-crypt b/grml-crypt index 12c1f70..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_) @@ -91,6 +91,7 @@ EOT NOTICE: losetup does _NOT_ work on unionfs => grml-crypt with a filesystem image does ONLY work if the image is on a tmpfs (eg. in /home/grml or /tmp). + EOT } @@ -251,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