summaryrefslogtreecommitdiff
path: root/portage-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'portage-update.sh')
-rwxr-xr-xportage-update.sh6
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"
;;