aboutsummaryrefslogtreecommitdiff
path: root/devel/portlint/pkg-descr
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-25 21:33:42 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-25 21:33:42 +0000
commitde91bdd9c9eb6b18c5bf72b5f8d4dcf4c09efcfe (patch)
treead9e35e4a0c12f13593834379dd1c39b4d9048da /devel/portlint/pkg-descr
parent3b26e0ea234d3be9cee5e970e7459c47e29c4c82 (diff)
Notes
Diffstat (limited to 'devel/portlint/pkg-descr')
-rw-r--r--devel/portlint/pkg-descr14
1 files changed, 8 insertions, 6 deletions
diff --git a/devel/portlint/pkg-descr b/devel/portlint/pkg-descr
index 8fee79b44be3..39bf003d355e 100644
--- a/devel/portlint/pkg-descr
+++ b/devel/portlint/pkg-descr
@@ -1,8 +1,10 @@
portlint makes a small set of sanity checks for port directory.
-usage: portlint [-avN] [port_directory]
- -a additional check for scripts/* and pkg/*
- -b warn $(VARIABLE)
- -c committer mode
- -v verbose mode
- -N writing a new port
+usage: portlint [-abctvN] [-B#] [port_directory]
+ -a additional check for scripts/* and pkg/*
+ -b warn $(VARIABLE)
+ -c committer mode
+ -v verbose mode
+ -t nit pick about use of spaces
+ -N writing a new port
+ -B# allow # contiguous blank lines (default: 1 line)