From 065250e13d4095d0061ee092918971caf4ce2cb6 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 8 May 2019 13:53:17 +0100 Subject: Fix some bad English --- portage-update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage-update.sh b/portage-update.sh index 19c5727..aa86a6c 100755 --- a/portage-update.sh +++ b/portage-update.sh @@ -18,11 +18,11 @@ SAFE_SERVICES="cupsd lvmetad ntpd smartd sshd tor syslog-ng vixie-cron webmin" while test $# -gt 0 do case "$1" in - --skip-sync) export SKIP_SYNC="true" # In case we don't to --sync the Portage tree + --skip-sync) export SKIP_SYNC="true" # In case we don't want to --sync the Portage tree ;; - --skip-layman-sync) export SKIP_LAYMAN_SYNC="true" # In case we don't to --sync-all Layman + --skip-layman-sync) export SKIP_LAYMAN_SYNC="true" # In case we don't want to --sync-all Layman repos ;; - --skip-news) export SKIP_NEWS="true" # In case we don't to read new news before continuing + --skip-news) export SKIP_NEWS="true" # In case we don't want to read new news before continuing ;; --skip-update) export SKIP_UPDATE="true" # In case we don't want to do the actual "emerge --update" ;; -- cgit v1.2.3