diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-29 08:20:30 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-29 08:20:30 +0000 |
commit | f005e8def05cd37e733547f512851ebbef357d1e (patch) | |
tree | 89e5415774982c6293dc40f684543732d2378abb /libbb | |
parent | 0a8154ed4662458156096f88756e22284b149396 (diff) | |
download | busybox-w32-f005e8def05cd37e733547f512851ebbef357d1e.tar.gz busybox-w32-f005e8def05cd37e733547f512851ebbef357d1e.tar.bz2 busybox-w32-f005e8def05cd37e733547f512851ebbef357d1e.zip |
xargs: simplify option parsing
git-svn-id: svn://busybox.net/trunk/busybox@16256 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/getopt_ulflags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/getopt_ulflags.c b/libbb/getopt_ulflags.c index 941e3c96e..edc6a78bb 100644 --- a/libbb/getopt_ulflags.c +++ b/libbb/getopt_ulflags.c | |||
@@ -91,6 +91,7 @@ const struct option *bb_applet_long_options | |||
91 | is to name the config option CONFIG_FEATURE_<applet>_LONG_OPTIONS. | 91 | is to name the config option CONFIG_FEATURE_<applet>_LONG_OPTIONS. |
92 | 92 | ||
93 | const char *bb_opt_complementally | 93 | const char *bb_opt_complementally |
94 | |||
94 | this should be bb_opt_complementary, but we'll just keep it as | 95 | this should be bb_opt_complementary, but we'll just keep it as |
95 | bb_opt_complementally due to the Russian origins | 96 | bb_opt_complementally due to the Russian origins |
96 | 97 | ||