From b451cb562ad84bffcaa49519715f3d6d03f9e4fd Mon Sep 17 00:00:00 2001 From: Igor Shadurin Date: Sun, 8 Oct 2023 14:03:24 +0300 Subject: [PATCH] fix: typos --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 8f80eebb..f80f55e3 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -8,11 +8,11 @@ if [ "$(id -u)" != "0" ]; then fi show_help_and_exit() { - echo 'Supported argumets:' + echo 'Supported arguments:' echo ' -m [lite|full] Choose installation mode' echo ' -c PATH Provide custom config for toninstaller.sh' echo ' -t Disable telemetry' - echo ' -i Ignore minimum reqiurements' + echo ' -i Ignore minimum requirements' echo ' -d Use pre-packaged dump. Reduces duration of initial synchronization.' echo ' -h Show this help' exit