cli: the 'networking' command needs a client and NM running

Fixes: 01a20015e0
This commit is contained in:
Beniamino Galvani
2016-12-05 10:31:57 +01:00
parent ed82b6bcb3
commit 593cfc73c1

View File

@@ -207,7 +207,7 @@ usage (void)
static const NMCCommand nmcli_cmds[] = {
{ "general", do_general, NULL, FALSE, FALSE },
{ "monitor", do_monitor, NULL, TRUE, FALSE },
{ "networking", do_networking, NULL, FALSE, FALSE },
{ "networking", do_networking, NULL, TRUE, TRUE },
{ "radio", do_radio, NULL, FALSE, FALSE },
{ "connection", do_connections, NULL, FALSE, FALSE },
{ "device", do_devices, NULL, FALSE, FALSE },