diff options
Diffstat (limited to 'util-linux/hwclock.c')
-rw-r--r-- | util-linux/hwclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 3021442b7..5b990df0c 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -209,7 +209,7 @@ static const struct option hwclock_long_options[] = { | |||
209 | bb_applet_long_options = hwclock_long_options; | 209 | bb_applet_long_options = hwclock_long_options; |
210 | #endif | 210 | #endif |
211 | 211 | ||
212 | bb_opt_complementally = "?r~ws:w~rs:s~wr:l~u:u~l"; | 212 | bb_opt_complementally = "?:r--ws:w--rs:s--wr:l--u:u--l"; |
213 | opt = bb_getopt_ulflags(argc, argv, "lursw"); | 213 | opt = bb_getopt_ulflags(argc, argv, "lursw"); |
214 | 214 | ||
215 | /* If -u or -l wasn't given check if we are using utc */ | 215 | /* If -u or -l wasn't given check if we are using utc */ |