diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-11 14:38:01 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-11 14:38:01 +0000 |
commit | 7b5bcb9d3f7691ee325ad704d76590bb939c5020 (patch) | |
tree | dcf88d0a287b1f154984bfc0acb292631df2f1f3 /util-linux | |
parent | b30a4590a2a185ed36221548661507f65345b0ac (diff) | |
download | busybox-w32-7b5bcb9d3f7691ee325ad704d76590bb939c5020.tar.gz busybox-w32-7b5bcb9d3f7691ee325ad704d76590bb939c5020.tar.bz2 busybox-w32-7b5bcb9d3f7691ee325ad704d76590bb939c5020.zip |
- use complementally '!' to '?' - 'ask' is best 'free' char for this.
- more long opt compatibility, can set flag for long opt struct now
- more logic: check opt-depend requires and global requires, special for 'id' and 'start-stop-daemon' applets.
git-svn-id: svn://busybox.net/trunk/busybox@11828 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-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 45959e7a1..3021442b7 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 */ |