From 2e46b96a12af61f7f42ba686c64f5cf730eb9b79 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 27 Jan 2023 15:45:56 -0600 Subject: [PATCH] documentation cleanup --- remove-driver.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/remove-driver.sh b/remove-driver.sh index b2daab9..e8c5cca 100755 --- a/remove-driver.sh +++ b/remove-driver.sh @@ -67,10 +67,10 @@ echo ": ${SCRIPT_NAME} v${SCRIPT_VERSION}" # information that helps with bug reports # display architecture -echo ": ${KARCH} (ARCH)" +echo ": ${KARCH} (architecture" # display kernel version -echo ": ${KVER}" +echo ": ${KVER} (kernel version)" echo ": ---------------------------" @@ -134,7 +134,6 @@ echo "You may now delete the driver directory if desired." if [ $NO_PROMPT -ne 1 ]; then printf "Do you want to apply the new options by rebooting now? (recommended) [y/N] " read -r REPLY - echo case "$REPLY" in [yY]*) reboot ;; esac