svn commit: r545812 - head/Tools/scripts

Matthias Andree mandree at FreeBSD.org
Sun Aug 23 09:16:29 UTC 2020


Author: mandree
Date: Sun Aug 23 09:16:29 2020
New Revision: 545812
URL: https://svnweb.freebsd.org/changeset/ports/545812

Log:
  bump_revision.pl: fix typo in help text.

Modified:
  head/Tools/scripts/bump_revision.pl

Modified: head/Tools/scripts/bump_revision.pl
==============================================================================
--- head/Tools/scripts/bump_revision.pl	Sun Aug 23 09:13:44 2020	(r545811)
+++ head/Tools/scripts/bump_revision.pl	Sun Aug 23 09:16:29 2020	(r545812)
@@ -44,7 +44,7 @@ Options:
                       where n is the major version of the OS, or \${PORTSDIR}/INDEX if missing.
     -p <dirname>    - Set portsdir, if different from /usr/ports.
 
-Improvements, suggestions,questions -> mandree\@FreeBSD.org
+Improvements, suggestions, questions -> mandree\@FreeBSD.org
 EOF
 	exit 1;
 }


More information about the svn-ports-head mailing list