- Fix synopsis
- Add 'ports/' PR category to commit log Approved by: will
This commit is contained in:
parent
0094dd874b
commit
0374da0b6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98866
1 changed files with 2 additions and 2 deletions
|
@ -259,7 +259,7 @@ foreach my $thisdir (@dirs) {
|
|||
$tmp = $tmp2;
|
||||
}
|
||||
print AUTOFILL $tmp;
|
||||
print AUTOFILL "PR: $autofill\n" if ($autofill != -1);
|
||||
print AUTOFILL "PR: ports/$autofill\n" if ($autofill != -1);
|
||||
print AUTOFILL "Submitted by: $orig" if ($autofill != -1);
|
||||
close(AUTOFILL);
|
||||
print "Okay, a commit log message was automatically generated for you.\n";
|
||||
|
@ -382,7 +382,7 @@ print <<EOF;
|
|||
authors: <will\@FreeBSD.org>, <mharo\@FreeBSD.org>
|
||||
|
||||
SYNOPSIS
|
||||
$0 [-c commitfile] [-h host] [-l PR number] [-s distdir] [-s distdir]
|
||||
$0 [-c commitfile] [-h host] [-l PR number] [-s distdir] [-u user]
|
||||
[-afgimnt] -d directory
|
||||
|
||||
Where "directory" contains the comma-delimited list
|
||||
|
|
Loading…
Reference in a new issue