diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-07-06 04:39:20 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-07-06 04:39:20 +0000 |
commit | cea09a06a6cdd6d19384347e243a198fe2b99f52 (patch) | |
tree | 54acf7a535700b33fd48b3f987d8e200571cd0d1 /usr.sbin/pkg_install | |
parent | 22a5d80812f1c709917ff24ff791b1f952f8d6f7 (diff) | |
download | FreeBSD-src-cea09a06a6cdd6d19384347e243a198fe2b99f52.zip FreeBSD-src-cea09a06a6cdd6d19384347e243a198fe2b99f52.tar.gz |
Document `-I' and `-R' options to `pkg_info'.
PR: 7155
Diffstat (limited to 'usr.sbin/pkg_install')
-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 1c78616..9dcff707 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 |