Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2010 06:08:47 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r203654 - user/dougb/portmaster
Message-ID:  <201002080608.o1868lQl054483@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Mon Feb  8 06:08:47 2010
New Revision: 203654
URL: http://svn.freebsd.org/changeset/base/203654

Log:
  Document the --no-term-title feature

Modified:
  user/dougb/portmaster/portmaster.8

Modified: user/dougb/portmaster/portmaster.8
==============================================================================
--- user/dougb/portmaster/portmaster.8	Mon Feb  8 05:52:02 2010	(r203653)
+++ user/dougb/portmaster/portmaster.8	Mon Feb  8 06:08:47 2010	(r203654)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002080608.o1868lQl054483>