diff --git a/cpstage4.sh b/cpstage4.sh index c5591cb..2dbc0b5 100755 --- a/cpstage4.sh +++ b/cpstage4.sh @@ -29,7 +29,7 @@ USAGE="Usage:\n\ -e: an additional excludes directory (one dir one -e, donot use it with *).\n\ -l: excludes lost+found directory.\n\ -q: activate quiet mode (no confirmation).\n\ - -h: display help message." + -h: display this help message." # reads options: while getopts ":e:bcelqh" flag diff --git a/mkstage4.sh b/mkstage4.sh index c01b9c2..7502f20 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -57,7 +57,7 @@ USAGE="Usage:\n\ -t: makes tarball of system located at the .\n\ -e: an additional excludes directory (one dir one -e, do not use it with *).\n\ -i: an additional target to include. This has higher precedence than -e, -t, and -s.\n\ - -h: displays help message." + -h: display this help message." # reads options: while getopts ":t:C:e:i:skqcblh" flag @@ -255,6 +255,7 @@ TAR_OPTIONS=( --ignore-failed-read "--xattrs-include=*.*" --numeric-owner + --checkpoint=.500 "--use-compress-prog=${COMP_OPTIONS[*]}" )