diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-02-14 10:56:10 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-02-14 10:56:10 +0000 |
commit | 1503c58d38e6464242a975d00acbaddd6560d709 (patch) | |
tree | 991bedcc90550ec10f33ef3971affeed62780faa /ports-mgmt/portlint/src/portlint.pl | |
parent | ad35551e9b336e9f142c7ca3138780d6a5ada2aa (diff) |
Fix docs
Submitted by: olgeni
Notes
Notes:
svn path=/head/; revision=38325
Diffstat (limited to 'ports-mgmt/portlint/src/portlint.pl')
-rw-r--r-- | ports-mgmt/portlint/src/portlint.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl index a96bb87ee684..72d6da62100b 100644 --- a/ports-mgmt/portlint/src/portlint.pl +++ b/ports-mgmt/portlint/src/portlint.pl @@ -78,14 +78,15 @@ my $re_lang_pref = '(' . join('|', @lang_pref) . ')-'; my ($prog) = ($0 =~ /([^\/]+)$/); sub usage { print STDERR <<EOF; -usage: $prog [-abctvN] [-B#] [port_directory] +usage: $prog [-abchvtN] [-M ENV] [-B#] [port_directory] -a additional check for scripts/* and pkg-* -b warn \$(VARIABLE) -c committer mode + -h show summary of command line options -v verbose mode -t nit pick about use of spaces - -M set make variables (ex. PORTSDIR=/usr/ports.work) -N writing a new port + -M ENV set make variables to ENV (ex. PORTSDIR=/usr/ports.work) -B# allow # contiguous blank lines (default: $contblank line) EOF exit 0; |