Typo fix in suggested command line. The correct syntax for using
only packages when portupgrading is: portupgrade -PP [args] Submitted by: Marshall Brannan, < jmbrannan at gmail.com >
This commit is contained in:
parent
d9548d4215
commit
fab232935d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30721
1 changed files with 1 additions and 1 deletions
|
@ -1214,7 +1214,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
|||
<application>portupgrade</application> will use ports.
|
||||
To avoid using ports, specify <option>-PP</option>.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>portupgrade -PR gnome2</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>portupgrade -PP gnome2</userinput></screen>
|
||||
|
||||
<para>To just fetch distfiles (or packages, if
|
||||
<option>-P</option> is specified) without building or
|
||||
|
|
Loading…
Reference in a new issue