od: sometime ago I landed BIG od implementation

from coreutils. My fault. This commit contains
cleanups and size reductions.
This commit is contained in:
Denis Vlasenko
2006-11-28 23:37:46 +00:00
parent df38188367
commit 601ae1378b
3 changed files with 628 additions and 762 deletions

View File

@ -139,7 +139,7 @@ int wget_main(int argc, char **argv)
{ "passive-ftp", no_argument, NULL, 0xff },
{ "header", required_argument, NULL, 0xfe },
{ 0, 0, 0, 0 }
};
};
applet_long_options = wget_long_options;
#endif
opt_complementary = "-1" USE_FEATURE_WGET_LONG_OPTIONS(":\xfe::");