diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-06 04:39:20 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-06 04:39:20 +0000 |
| commit | ec500c67a1d0cf293f20378a0b23e38d2ec48012 (patch) | |
| tree | 6f9c47df5031d2951b9a963c7a917cb783c4985c /usr.sbin/pkg_install/info | |
| parent | f9e354df42e8d939ec8114b373b7c416c11a20bd (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/info')
| -rw-r--r-- | usr.sbin/pkg_install/info/pkg_info.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index 1c7861644d94..9dcff70725f9 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -65,10 +65,15 @@ Show the install-message file for each package. Show the packing list instructions for each package. .It Fl i Show the install script (if any) for each package. +.It Fl I +Show an index line for each package. This option takes +precedence over all other package formatting options. .It Fl k Show the de-install script (if any) for each package. .It Fl r Show the requirements script (if any) for each package. +.It Fl R +Show the list of installed packages which require each package. .It Fl m Show the mtree file (if any) for each package. .It Fl L |
