]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: remove dead code in usage()
authorJ William Piggott <elseifthen@gmx.com>
Fri, 21 Apr 2017 00:29:15 +0000 (20:29 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Tue, 20 Jun 2017 23:15:04 +0000 (19:15 -0400)
commitea298febb879b7c8db59bb9026480caf6713259d
treeb69e0ea6a8682e15e6af03084214dc97fa278a36
parente0bb63d84c0fd4cd10ddb46c228d8a775665cdd1
hwclock: remove dead code in usage()

Commit 677ec86 caused usage() to be called only by --help.

So remove the now dead code from usage().

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