Improve applet help a little. Also, if mountinfo as any mounts given, work explictly with --netdev/--nonetdev

This commit is contained in:
Roy Marples
2007-10-09 17:41:53 +00:00
parent db468457dc
commit d468572206
12 changed files with 24 additions and 31 deletions

View File

@@ -20,7 +20,7 @@ static void usage (int exit_status)
for (i = 0; longopts[i].name; ++i) {
int len = printf (" -%c, --%s %s", longopts[i].val, longopts[i].name,
has_arg[longopts[i].has_arg]);
while (++len < 30)
while (++len < 37)
printf (" ");
puts (longopts_help[i]);
}