diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-22 20:38:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-22 20:38:55 +0000 |
commit | debac8b3272f21a20ef76f44853598044fa90c4c (patch) | |
tree | 9ba0e0906a8f07aef63d362363ba2f2f22cc0c1c /devel/portlint/src/portlint.1 | |
parent | Standardize all error messages to include the filename at least (and line (diff) |
Ack, I knew I forgot something. Add a new -C argument that enables pedantic
committer mode. This is the identical to -A except it omits the new port
checks.
Requested by: eik
Notes
Notes:
svn path=/head/; revision=94725
Diffstat (limited to 'devel/portlint/src/portlint.1')
-rw-r--r-- | devel/portlint/src/portlint.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/portlint/src/portlint.1 b/devel/portlint/src/portlint.1 index 65d4ad176f7f..7256e3d6f549 100644 --- a/devel/portlint/src/portlint.1 +++ b/devel/portlint/src/portlint.1 @@ -50,6 +50,9 @@ Some of the committers prefer instead of .Pa $(VARIABLE) , even though they are semantically same. +.It Fl C +Pedantic committer flag. This is equivalent to +.Fl abct . .It Fl c Committer flag. It will add several checks useful only for committers. |