openconnect: Fix connect-vpn and plugin indentation
[platform/upstream/connman.git] / test / connect-vpn
index 383c330..7722ee9 100755 (executable)
@@ -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)