From 1ec2624b297a4e39e31bc7300545e1ad9369ef88 Mon Sep 17 00:00:00 2001 From: jglick Date: Wed, 26 Nov 2008 00:02:56 +0000 Subject: [PATCH] Missing spaces in CLI option description. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13398 71c3de6d-444a-0410-be80-ed276b4c234a --- remoting/src/main/java/hudson/remoting/jnlp/Main.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remoting/src/main/java/hudson/remoting/jnlp/Main.java b/remoting/src/main/java/hudson/remoting/jnlp/Main.java index 9c826eb7b0..667c21b55b 100644 --- a/remoting/src/main/java/hudson/remoting/jnlp/Main.java +++ b/remoting/src/main/java/hudson/remoting/jnlp/Main.java @@ -24,8 +24,8 @@ import hudson.remoting.EngineListener; public class Main { @Option(name="-tunnel",metaVar="HOST:PORT", - usage="Connect to the specified host and port, instead of connecting directly to Hudson." + - "Useful when connection to Hudson needs to be tunneled. Can be also HOST: or :PORT," + + usage="Connect to the specified host and port, instead of connecting directly to Hudson. " + + "Useful when connection to Hudson needs to be tunneled. Can be also HOST: or :PORT, " + "in which case the missing portion will be auto-configured like the default behavior") public String tunnel; -- GitLab