]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: remove unused optstring characters
authorJ William Piggott <elseifthen@gmx.com>
Tue, 20 Jun 2017 00:04:21 +0000 (20:04 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Thu, 22 Jun 2017 00:37:41 +0000 (20:37 -0400)
getopt_long() opstring contained obsolete entries.

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

index 5433cd000b43363ea87813f01ff5343748dc0f5b..f6a87c7f1c6e708494192737aeff97c93e46a76f 100644 (file)
@@ -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);