Author: markt
Date: Tue Jul 10 12:39:46 2018
New Revision: 1835548
URL: http://svn.apache.org/viewvc?rev=1835548&view=rev
Log:
Update usage info
Modified:
tomcat/trunk/bin/makebase.bat
tomcat/trunk/bin/makebase.sh
Modified: tomcat/trunk/bin/makebase.bat
URL:
http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.bat?rev=1835548&r1=1835547&r2=1835548&view=diff
==============================================================================
--- tomcat/trunk/bin/makebase.bat (original)
+++ tomcat/trunk/bin/makebase.bat Tue Jul 10 12:39:46 2018
@@ -22,7 +22,7 @@ rem
rem If the file %CATALINA_HOME%/bin/setenv.sh exists then it is copied to
rem the target directory as well.
rem
-rem Usage: makebase <path-to-target-directory>
+rem Usage: makebase <path-to-target-directory> [-w | --webapps]
setlocal
Modified: tomcat/trunk/bin/makebase.sh
URL:
http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.sh?rev=1835548&r1=1835547&r2=1835548&view=diff
==============================================================================
--- tomcat/trunk/bin/makebase.sh (original)
+++ tomcat/trunk/bin/makebase.sh Tue Jul 10 12:39:46 2018
@@ -23,7 +23,7 @@
# If the file $CATALINA_HOME/bin/setenv.sh exists then it is copied to
# the target directory as well.
#
-# Usage: makebase <path-to-target-directory>
+# Usage: makebase <path-to-target-directory> [-w | --webapps]
# resolve links - $0 may be a softlink
PRG="$0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]