summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/disconnect-vpn3
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)