diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-09-28 01:36:32 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-09-28 01:39:17 +0200 |
commit | f79f758d3e8e459a72121fc430b5531dccb56115 (patch) | |
tree | 0b712e4141739b137f5057a5ccc82ab95aef020e /test | |
parent | c98264bf67baa934c3855b45118cec610da184c7 (diff) | |
download | connman-f79f758d3e8e459a72121fc430b5531dccb56115.tar.gz connman-f79f758d3e8e459a72121fc430b5531dccb56115.tar.bz2 connman-f79f758d3e8e459a72121fc430b5531dccb56115.zip |
Remove providers based on their VPN service path
Diffstat (limited to 'test')
-rwxr-xr-x | test/disconnect-vpn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/disconnect-vpn b/test/disconnect-vpn index 2367f13f..21b50d8e 100755 --- a/test/disconnect-vpn +++ b/test/disconnect-vpn @@ -4,7 +4,7 @@ import sys import dbus if (len(sys.argv) < 2): - print "Usage: %s <provider name> " % (sys.argv[0]) + print "Usage: %s <VPN service path> " % (sys.argv[0]) sys.exit(1) bus = dbus.SystemBus() @@ -18,5 +18,4 @@ print "remove path is %s" %(path) manager.RemoveProvider(sys.argv[1]) -print "remove path is %s" %(path) |