You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/07/03 15:53:17 UTC

svn commit: r1834995 - /tomcat/trunk/bin/makebase.bat

Author: markt
Date: Tue Jul  3 15:53:17 2018
New Revision: 1834995

URL: http://svn.apache.org/viewvc?rev=1834995&view=rev
Log:
Escape '<' and '>'

Modified:
    tomcat/trunk/bin/makebase.bat

Modified: tomcat/trunk/bin/makebase.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.bat?rev=1834995&r1=1834994&r2=1834995&view=diff
==============================================================================
--- tomcat/trunk/bin/makebase.bat (original)
+++ tomcat/trunk/bin/makebase.bat Tue Jul  3 15:53:17 2018
@@ -29,7 +29,7 @@ set BASE_TGT=%1
 
 if %BASE_TGT%.==. (
     rem target directory not provided; exit
-    echo Usage: makebase <path-to-target-directory>
+    echo Usage: makebase ^<path-to-target-directory^>
     goto :EOF
 )
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org