From: Karel Zak Date: Tue, 15 May 2012 15:44:02 +0000 (+0200) Subject: hwclock: cleanup strtoxx_or_err() X-Git-Tag: v2.22-rc1~406 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99c95585fcc0eb924880b85a0076dc25ba0993e6;p=thirdparty%2Futil-linux.git hwclock: cleanup strtoxx_or_err() Signed-off-by: Karel Zak --- diff --git a/hwclock/hwclock.c b/hwclock/hwclock.c index a19a964906..bf1b4beda6 100644 --- a/hwclock/hwclock.c +++ b/hwclock/hwclock.c @@ -1600,7 +1600,7 @@ int main(int argc, char **argv) break; case OPT_EPOCH: epoch_option = /* --epoch */ - strtoul_or_err(optarg, _("failed to parse epoch")); + strtoul_or_err(optarg, _("invalid epoch argument")); break; case OPT_ADJFILE: adj_file_name = optarg; /* --adjfile */