]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: fix regression from c3ae785
authorJ William Piggott <elseifthen@gmx.com>
Tue, 18 Jul 2017 19:42:55 +0000 (15:42 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Thu, 20 Jul 2017 00:48:10 +0000 (20:48 -0400)
commitfa5b4d45d5dcad56b20500cba166576b0a150626
treea424793e099ef2825427036072ffbe56823fd36c
parent62f22d912de2d2360031bef7e123549b27fb86ad
hwclock: fix regression from c3ae785

hwclock --get foo
hwclock: 3 too many arguments given

Fixed:

hwclock --get foo
hwclock: 1 too many arguments given

Signed-off-by: J William Piggott <elseifthen@gmx.com>
sys-utils/hwclock.c