File tree 4 files changed +0
-35
lines changed
4 files changed +0
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -169,22 +169,3 @@ A class that can be used to query VPN plugins.
169
169
170
170
.. toctree ::
171
171
:maxdepth: 2
172
-
173
- The n-m utility
174
- ---------------
175
- n-m is a command-line tool to interact with NetworkManager. With it, you can
176
- inspect various configuration items and (de-)activate connections.
177
-
178
- Usage: [options] action [arguments]
179
-
180
- Actions:
181
- list - List all defined and active connections
182
- activate - Activate a connection
183
- deactivate - Deactivate a connection
184
- offline - Deactivate all connections
185
- enable - Enable specific connection types
186
- disable - Disable specific connection types
187
- info - Information about a connection
188
- dump - Dump a python hash of connection information, suitable for
189
- creating new connections
190
-
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
url = "http://github.com/seveas/python-networkmanager" ,
10
10
description = "Easy communication with NetworkManager" ,
11
11
py_modules = ["NetworkManager" ],
12
- scripts = ["n-m" ],
13
12
classifiers = [
14
13
'Development Status :: 5 - Production/Stable' ,
15
14
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments