multicall: a little bit of polishing
This commit is contained in:
parent
27c10c57d1
commit
f34ad12751
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ multicall_usage(int status)
|
||||||
if (applet_table[i] == &ifupdown_applet)
|
if (applet_table[i] == &ifupdown_applet)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
fprintf(stderr, " %s - %s\n", applet_table[i]->name, applet_table[i]->desc);
|
fprintf(stderr, " %-10s %s\n", applet_table[i]->name, applet_table[i]->desc);
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "\nReport bugs at <" PACKAGE_BUGREPORT ">.\n");
|
fprintf(stderr, "\nReport bugs at <" PACKAGE_BUGREPORT ">.\n");
|
||||||
|
|
Loading…
Reference in a new issue