From 687aa969b032c09c5b02fc7a74dd1f3fb95df135 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Fri, 11 Aug 2017 13:03:51 +0200 Subject: https does not work with custom domains --- .../src/main/java/com/yahoo/vespaget/CommandLineOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vespaclient-java') diff --git a/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java b/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java index 5c264925253..51138db8d00 100644 --- a/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java +++ b/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java @@ -72,7 +72,7 @@ public class CommandLineOptions { options.addOption(Option.builder("f") .hasArg(true) - .desc("Retrieve the specified fields only (see https://docs.vespa.ai/documentation/reference/fieldsets.html) (default '[all]')") + .desc("Retrieve the specified fields only (see http://docs.vespa.ai/documentation/reference/fieldsets.html) (default '[all]')") .longOpt(FIELDSET_OPTION) .argName("fieldset").build()); -- cgit v1.2.3