summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index d36c9c9b8..10d9e37e9 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1850,9 +1850,9 @@ int main(int argc, char **argv)
out_version();
return 0;
case 'h': /* --help */
- case '?':
- default:
usage(NULL);
+ default:
+ errtryhelp(EXIT_FAILURE);
}
}