summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorJ William Piggott2017-06-20 02:04:21 +0200
committerJ William Piggott2017-06-22 02:37:41 +0200
commit32adac4c9e07ea10c31bf371c7eacfc87902dc4f (patch)
tree5503733f66f36198f70ff7a1e10862ef2927fbce /sys-utils/hwclock.c
parentbuild-sys: update DISTCHECK_CONFIGURE_FLAGS (diff)
downloadkernel-qcow2-util-linux-32adac4c9e07ea10c31bf371c7eacfc87902dc4f.tar.gz
kernel-qcow2-util-linux-32adac4c9e07ea10c31bf371c7eacfc87902dc4f.tar.xz
kernel-qcow2-util-linux-32adac4c9e07ea10c31bf371c7eacfc87902dc4f.zip
hwclock: remove unused optstring characters
getopt_long() opstring contained obsolete entries. Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index 5433cd000..f6a87c7f1 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1355,7 +1355,7 @@ int main(int argc, char **argv)
atexit(close_stdout);
while ((c = getopt_long(argc, argv,
- "?hvVDalrsuwAJSFf:", longopts, NULL)) != -1) {
+ "hvVDalrsuwf:", longopts, NULL)) != -1) {
err_exclusive_options(c, longopts, excl, excl_st);