comparison docs/man/man8/fports.rst @ 801:8167b2a8b4fe

fports: Change option characters "-A" -> "-n" and "-M" -> "-m"
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 02 Nov 2024 16:28:55 +0100
parents 1c4d729963dc
children f406b3b76b62
comparison
equal deleted inserted replaced
800:1c4d729963dc 801:8167b2a8b4fe
13 13
14 **fports -V** 14 **fports -V**
15 15
16 **fports deptree** [**-l** `maxlevel`] [**-r**] [**t**] `package` ... 16 **fports deptree** [**-l** `maxlevel`] [**-r**] [**t**] `package` ...
17 17
18 **fports detail -A** 18 **fports detail -n**
19 19
20 **fports detail -M** 20 **fports detail -m**
21 21
22 **fports detail** `package` ... 22 **fports detail** `package` ...
23 23
24 24
25 Description 25 Description
73 73
74 Use reversed dependencies and print the package tree for all packages 74 Use reversed dependencies and print the package tree for all packages
75 that depend on a given `package`. 75 that depend on a given `package`.
76 76
77 77
78 **fports detail -A** 78 **fports detail -n**
79 79
80 **fports detail -M** 80 **fports detail -m**
81 81
82 **fports detail** `package` ... 82 **fports detail** `package` ...
83 83
84 Print the status of all given or selected packages in the most 84 Print the status of all given or selected packages in the most
85 detail possible. 85 detail possible.
90 A package mapping is considered also if applicable. 90 A package mapping is considered also if applicable.
91 See :manpage:`package-mapping.conf(5)`. 91 See :manpage:`package-mapping.conf(5)`.
92 92
93 .. program:: fports deptree 93 .. program:: fports deptree
94 94
95 .. option:: -A 95 .. option:: -n
96 96
97 Automatically select all packages that are *not* installed automatically. 97 Automatically select all packages that are *not* installed automatically.
98 98
99 .. option:: -M 99 .. option:: -m
100 100
101 Automatically select all packages that have a package mapping entry 101 Automatically select all packages that have a package mapping entry
102 in :file:`package-mapping.conf`. See :manpage:`package-mapping.conf(5)`. 102 in :file:`package-mapping.conf`. See :manpage:`package-mapping.conf(5)`.
103 103
104 104