diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 17:52:07 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 17:52:07 +0200 |
commit | f5484c33347b39b26992b23631210f04c9ef2819 (patch) | |
tree | d8037c61610e2bf6be4db4420579914a61b933dd | |
parent | 7b5b662eac9646a9a72b5915aaf28a9c97268e83 (diff) |
bin/apt-perl: explain prefixes in docs
-rwxr-xr-x | bin/apt-perl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/apt-perl b/bin/apt-perl index 6d3b3fd..dde1e10 100755 --- a/bin/apt-perl +++ b/bin/apt-perl @@ -123,6 +123,13 @@ B<apt-perl> I<command> I<package> B<apt-perl> displays various informations based on a I<package>s reverse dependencies +The output is prefixed by two charactes, the former representing the desired +package state, the latter the current state. + +The states are I<i>nstall, I<h>old, I<r>emove (deinstall), I<p>urge, +I<u>npacked, halI<f> configured, I<h>alf installed, I<c>onfigfiles installed. +An empty field means not installed. + I<command> may be one of: =over |