od: sometime ago I landed BIG od implementation
from coreutils. My fault. This commit contains cleanups and size reductions.
This commit is contained in:
@ -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::");
|
||||
|
Reference in New Issue
Block a user