23 May 06:21
SF.net SVN: tigervnc:[4918] trunk/java/com/tigervnc/vncviewer/VncViewer. java
Revision: 4918
http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4918&view=rev
Author: bphinz
Date: 2012-05-23 04:21:09 +0000 (Wed, 23 May 2012)
Log Message:
-----------
removed ANSI character escapes, not supported on Windows cmd line
Modified Paths:
--------------
trunk/java/com/tigervnc/vncviewer/VncViewer.java
Modified: trunk/java/com/tigervnc/vncviewer/VncViewer.java
===================================================================
--- trunk/java/com/tigervnc/vncviewer/VncViewer.java 2012-05-23 03:43:10 UTC (rev 4917)
+++ trunk/java/com/tigervnc/vncviewer/VncViewer.java 2012-05-23 04:21:09 UTC (rev 4918)
@@ -202,13 +202,12 @@
Configuration.listParams(79, 14);
String propertiesString = ("\n"+
-"\u001B[1mSystem Properties\u001B[0m (adapted from the TurboVNC vncviewer man page)\n"+
-" When started with the -via option, vncviewer reads the\n"+
-" \u001B[1mVNC_VIA_CMD\u001B[0m System property, expands\n"+
-" patterns beginning with the \"%\" character, and uses the resulting\n"+
-" command line to establish the secure tunnel to the VNC gateway.\n"+
-" If \u001B[1mVNC_VIA_CMD\u001B[0m is not set, this \n"+
-" command line defaults to \"/usr/bin/ssh -f -L %L:%H:%R %G sleep 20\".\n"+
+"System Properties (adapted from the TurboVNC vncviewer man page)\n"+
+" When started with the -via option, vncviewer reads the VNC_VIA_CMD\n"+
+" System property, expands patterns beginning with the \"%\" character,\n"+
(Continue reading)
RSS Feed