slightly clean the whacked out formatting
This commit is contained in:
parent
625da9d61e
commit
a4375047d3
@ -95,10 +95,11 @@ int ipcalc_main(int argc, char **argv)
|
||||
bb_applet_long_options = long_options;
|
||||
mode = bb_getopt_ulflags(argc, argv,
|
||||
#ifdef CONFIG_FEATURE_IPCALC_FANCY
|
||||
"mbnphs");
|
||||
"mbnphs"
|
||||
#else
|
||||
"mbn");
|
||||
"mbn"
|
||||
#endif
|
||||
);
|
||||
if (mode & (BROADCAST | NETWORK | NETPREFIX)) {
|
||||
if (argc - optind > 2) {
|
||||
bb_show_usage();
|
||||
|
Loading…
x
Reference in New Issue
Block a user