mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
client: update ad-hoc table header
The table header needs to be adjusted to include spaces between columns.
This commit is contained in:
parent
951781686b
commit
b7664c7970
@ -117,7 +117,7 @@ static enum cmd_status cmd_list(const char *device_name, char **argv, int argc)
|
||||
struct l_queue *match =
|
||||
proxy_interface_find_all(IWD_AD_HOC_INTERFACE, NULL, NULL);
|
||||
|
||||
display_table_header("Devices in Ad-Hoc Mode", MARGIN "%-*s%-*s",
|
||||
display_table_header("Devices in Ad-Hoc Mode", MARGIN "%-*s %-*s",
|
||||
20, "Name", 8, "Started");
|
||||
|
||||
if (!match) {
|
||||
|
Loading…
Reference in New Issue
Block a user