summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-11-19 19:31:09 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-11-19 19:31:09 +0100
commit3b1ff1b979f88205c81025e007358128479bf58b (patch)
treed2f164de0731913969d96faa0edd5d93193ee8ae /test
parent98b05f0ce35eac8a32d7cb992307f2e2f2f2a436 (diff)
downloadconnman-3b1ff1b979f88205c81025e007358128479bf58b.tar.gz
connman-3b1ff1b979f88205c81025e007358128479bf58b.tar.bz2
connman-3b1ff1b979f88205c81025e007358128479bf58b.zip
openconnect: Fix connect-vpn and plugin indentation
Diffstat (limited to 'test')
-rwxr-xr-xtest/connect-vpn2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/connect-vpn b/test/connect-vpn
index 383c3308..7722ee93 100755
--- a/test/connect-vpn
+++ b/test/connect-vpn
@@ -6,7 +6,7 @@ import dbus
if (len(sys.argv) < 4):
print "Usage: %s <type> ... " % (sys.argv[0])
print " type: openconnect"
- print " <name> <host> <domain> <cookie> [cafile]"
+ print " <name> <host> <domain> <cookie> [servercert]"
print " type: openvpn"
print " <name> <host> <domain> <cafile> <certfile> <keyfile>"
sys.exit(1)