cli: remove obsolete 'nmcli nm'

The functionality is present in 'general', 'networking' and 'radio'.
We changed syntax anyway, so it doesn't make much sense to keep 'nm'.
This commit is contained in:
Jiří Klimeš
2013-04-18 15:07:21 +02:00
parent 3bf97fafe7
commit 3560024de9
3 changed files with 9 additions and 332 deletions

View File

@@ -113,8 +113,6 @@ static const struct cmd {
{ "connection", do_connections },
{ "device", do_devices },
{ "help", do_help },
/* Deprecated objects; only kept for backwards compatibility */
{ "nm", do_network_manager },
{ 0 }
};