diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-08-23 09:16:29 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-08-23 09:16:29 +0000 |
commit | 3fe84e82d47de363582e5a7416eba2d09c55d9a3 (patch) | |
tree | 6b7cd23b11c62a692c424236dca46e0819cd0009 /Tools | |
parent | 0fde9f844972a61850efd0b6256fc978d16e7add (diff) |
bump_revision.pl: fix typo in help text.
Notes
Notes:
svn path=/head/; revision=545812
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/bump_revision.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/bump_revision.pl b/Tools/scripts/bump_revision.pl index 1551640de7bf..935481163cad 100755 --- a/Tools/scripts/bump_revision.pl +++ b/Tools/scripts/bump_revision.pl @@ -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; } |