From 06585dd1e2a0b68fd1dfeb812a665aa026ac6144 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 23 May 2023 18:15:24 -0400 Subject: [PATCH] typo --- mkstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkstage4.sh b/mkstage4.sh index 8b66318..1ec9f51 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -55,7 +55,7 @@ USAGE="Usage:\n\ -C: specify tar compression (default: ${COMPRESS_TYPE}, available: ${!COMPRESS_AVAILABLE[*]}).\n\ -s: makes tarball of current system.\n\ -t: makes tarball of system located at the .\n\ - -e: an additional excludes directory (one dir one -e, donot use it with *).\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."