aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/sync.c')
-rw-r--r--coreutils/sync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/coreutils/sync.c b/coreutils/sync.c
index 66445281a..9be47ab64 100644
--- a/coreutils/sync.c
+++ b/coreutils/sync.c
@@ -59,8 +59,7 @@ int sync_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM))
59 OPT_SYNCFS = (1 << 1), 59 OPT_SYNCFS = (1 << 1),
60 }; 60 };
61 61
62 opt_complementary = "d--f:f--d"; 62 opts = getopt32(argv, "^" "df" "\0" "d--f:f--d");
63 opts = getopt32(argv, "df");
64 argv += optind; 63 argv += optind;
65 64
66 /* Handle the no-argument case. */ 65 /* Handle the no-argument case. */