man info: --install-if and --rinstall-if do not have short options
Commit e4aae45f
removed the short options. Update the documentation.
Fixes #10733
cute-signatures
parent
7a3e8f4214
commit
ae7c4451d5
|
@ -38,13 +38,6 @@ display the appropriate information, then an empty line terminates that field.
|
||||||
*-L, --contents*
|
*-L, --contents*
|
||||||
List files included in the package.
|
List files included in the package.
|
||||||
|
|
||||||
*-i, --install-if*
|
|
||||||
List the package's install_if rule. When the dependencies in this list
|
|
||||||
are satisfied, the package will be installed automatically.
|
|
||||||
|
|
||||||
*-I, --rinstall-if*
|
|
||||||
List other packages whose install_if rules refer to this package.
|
|
||||||
|
|
||||||
*-r, --rdepends*
|
*-r, --rdepends*
|
||||||
List reverse dependencies of the package (all other packages which
|
List reverse dependencies of the package (all other packages which
|
||||||
depend on the package).
|
depend on the package).
|
||||||
|
@ -61,6 +54,10 @@ display the appropriate information, then an empty line terminates that field.
|
||||||
*-W, --who-owns*
|
*-W, --who-owns*
|
||||||
Print the package which owns the specified file.
|
Print the package which owns the specified file.
|
||||||
|
|
||||||
|
*--install-if*
|
||||||
|
List the package's install_if rule. When the dependencies in this list
|
||||||
|
are satisfied, the package will be installed automatically.
|
||||||
|
|
||||||
*--license*
|
*--license*
|
||||||
Print the package SPDX license identifier.
|
Print the package SPDX license identifier.
|
||||||
|
|
||||||
|
@ -68,6 +65,9 @@ display the appropriate information, then an empty line terminates that field.
|
||||||
List the other packages for which this package is marked as a
|
List the other packages for which this package is marked as a
|
||||||
replacement.
|
replacement.
|
||||||
|
|
||||||
|
*--rinstall-if*
|
||||||
|
List other packages whose install_if rules refer to this package.
|
||||||
|
|
||||||
*--triggers*
|
*--triggers*
|
||||||
Print active triggers for the package.
|
Print active triggers for the package.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue