diff options
author | Ron Yorston <rmy@pobox.com> | 2016-07-07 14:28:08 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-07-07 14:58:55 +0100 |
commit | 613f46218c53c8cabdbf0435653e74e0e0e91e1c (patch) | |
tree | ca06a7e7a3e4c861441acb4ea20648d7827fa6ae /coreutils/od_bloaty.c | |
parent | a0c61c9492723dd31681f878f9c68c92817a476d (diff) | |
parent | 237bedd499c58034a1355484d6d4d906f0180308 (diff) | |
download | busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.tar.gz busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.tar.bz2 busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r-- | coreutils/od_bloaty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index a5b3e99f7..b02fb09bd 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -62,7 +62,7 @@ enum { | |||
62 | }; | 62 | }; |
63 | 63 | ||
64 | #define OD_GETOPT32() getopt32(argv, \ | 64 | #define OD_GETOPT32() getopt32(argv, \ |
65 | "A:N:abcdfhij:lot:vxsS:w::", \ | 65 | "A:N:abcdfhij:lot:*vxsS:w:+:", \ |
66 | /* -w with optional param */ \ | 66 | /* -w with optional param */ \ |
67 | /* -S was -s and also had optional parameter */ \ | 67 | /* -S was -s and also had optional parameter */ \ |
68 | /* but in coreutils 6.3 it was renamed and now has */ \ | 68 | /* but in coreutils 6.3 it was renamed and now has */ \ |
@@ -1219,7 +1219,6 @@ int od_main(int argc UNUSED_PARAM, char **argv) | |||
1219 | address_pad_len_char = '7'; | 1219 | address_pad_len_char = '7'; |
1220 | 1220 | ||
1221 | /* Parse command line */ | 1221 | /* Parse command line */ |
1222 | opt_complementary = "w+:t::"; /* -w N, -t is a list */ | ||
1223 | #if ENABLE_LONG_OPTS | 1222 | #if ENABLE_LONG_OPTS |
1224 | applet_long_options = od_longopts; | 1223 | applet_long_options = od_longopts; |
1225 | #endif | 1224 | #endif |