diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-08 13:53:17 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-08 13:53:17 +0100 |
commit | 065250e13d4095d0061ee092918971caf4ce2cb6 (patch) | |
tree | 6f87a3eba44ee97ce4f632dcbc065d3d66f51e3d | |
parent | a54e20a21ee24306f34a9bfeffdeabcac32be490 (diff) |
Fix some bad English
-rwxr-xr-x | portage-update.sh | 6 |
1 files 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" ;; |