Prettyify -L output on Windows
This commit is contained in:
parent
f3291db403
commit
545d31a54a
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ int ethsock_list_all(void)
|
|||
pretty = intf_get_pretty_name(dev->name);
|
||||
|
||||
if (!verbosity) {
|
||||
printf("%s%u", NMRPFLASH_NETALIAS_PREFIX, dev_num);
|
||||
printf("%s%-2u", NMRPFLASH_NETALIAS_PREFIX, dev_num);
|
||||
} else {
|
||||
printf("%s", dev->name);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue