Update for version 2.18 by documenting the --no-term-title option

This commit is contained in:
Doug Barton 2010-02-08 06:45:42 +00:00
parent 73f4c7f4da
commit 9939f5fe30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249409
2 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,7 @@ _portmaster () {
--check-port-dbdir --list-origins --packages --packages-only \
--packages-build --packages-if-newer --delete-build-only \
--always-fetch --local-packagedir= --no-confirm \
--no-term-title \
--help --version' -- $cur ) )
;;
*) COMPREPLY=( $( compgen -d /var/db/pkg/$cur ) )

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 23, 2010
.Dd February 7, 2010
.Dt PORTMASTER 8
.Os
.Sh NAME
@ -39,6 +39,7 @@ Common Flags:
.Op Fl -always-fetch
.Op Fl -local-packagedir=<path>
.Op Fl -no-confirm
.Op Fl -no-term-title
.Op Fl m Ar arguments for make
.Op Fl x Ar glob pattern to exclude from building
.Nm
@ -413,6 +414,8 @@ etc.
.It Fl -no-confirm
do not ask the user to confirm the list of ports to
be installed and/or updated before proceeding
.It Fl -no-term-title
do not update the xterm title bar
.It Fl l
list all installed ports by category
.It Fl L
@ -605,6 +608,9 @@ along with their related options.
#
# Suppress the build confirmation message (--no-confirm)
# PM_NO_CONFIRM=pm_no_confirm
#
# Do not update the xterm title bar (--no-term-title)
# PM_NO_TERM_TITLE=pm_no_term_title
.Ed
.Pp
.It Pa /var/db/pkg/*/+IGNOREME