--- hwclock.sh~	Sat Feb  3 20:54:39 2001
+++ hwclock.sh	Thu Feb  1 14:59:45 2001
@@ -52,7 +52,7 @@
 		# Please read /usr/doc/util-linux/README.Debian.hwclock
 		# before enablig hwclock --adjust.
 		#
-		# hwclock --adjust $GMT
+		# hwclock -A --adjust $GMT
 
 		if [ "$VERBOSE" != no ]
 		then
@@ -62,7 +62,7 @@
 		# Copies Hardware Clock time to System Clock using the correct
 		# timezone for hardware clocks in local time, and sets kernel 
 		# timezone. DO NOT REMOVE.
-		hwclock --hctosys $GMT
+		hwclock -A --hctosys $GMT
 		#
 		#	Now that /usr/lib/zoneinfo should be available,
 		#	announce the local time.
@@ -86,14 +86,14 @@
 			echo "Saving the System Clock time to the Hardware Clock..."
 		fi
 		[ "$GMT" = "-u" ] && GMT="--utc"
-		hwclock --systohc $GMT
+		hwclock -A --systohc $GMT
 		if [ "$VERBOSE" != no ]
 		then
 			echo "Hardware Clock updated to `date`."
 		fi
 		;;
 	show)
-		hwclock --show $GMT
+		hwclock -A --show $GMT
 		;;
 	*)
 		echo "Usage: hwclock.sh {start|stop|reload|show}" >&2
