From 593cfc73c1d263e330748d686ead61f7451f166c Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Mon, 5 Dec 2016 10:31:57 +0100 Subject: [PATCH] cli: the 'networking' command needs a client and NM running Fixes: 01a20015e0bfd6d7c9aa872cfa31c4642ccb6825 --- clients/cli/nmcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cli/nmcli.c b/clients/cli/nmcli.c index 5c47e44083..01ebe287ce 100644 --- a/clients/cli/nmcli.c +++ b/clients/cli/nmcli.c @@ -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 },