hwclock: cleanup strtoxx_or_err()

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-05-15 17:44:02 +02:00
parent 0069505932
commit 99c95585fc
1 changed files with 1 additions and 1 deletions

View File

@ -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 */