diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-10-19 10:34:44 +0200 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-10-19 10:34:44 +0200 |
commit | 23d83736724b644601dd19cead00e816d9d94180 (patch) | |
tree | fe0e1c5c4987e0410b3d4e7fff936d7d43f797d3 /doc | |
parent | 497c60f0a8b4e33d42a23a24bf05de3d5c677717 (diff) | |
download | prt-get-23d83736724b644601dd19cead00e816d9d94180.tar.gz prt-get-23d83736724b644601dd19cead00e816d9d94180.tar.xz |
implement --depsort for listinst
Diffstat (limited to 'doc')
-rw-r--r-- | doc/prt-get.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/prt-get.8 b/doc/prt-get.8 index 8a477e2..30d3d93 100644 --- a/doc/prt-get.8 +++ b/doc/prt-get.8 @@ -332,7 +332,7 @@ to filter by package name. .TP -.B listinst [\-v|\-vv] [filter] [--regex] +.B listinst [\-v|\-vv] [filter] [--regex] [--depsort] List installed ports. It's basically the same as .B pkginfo \-i, but omits version when called without verbose (\-v, \-vv) switch. Plus @@ -343,7 +343,9 @@ adds version and description. both the ports database and the ports tree. It's also possible to use shell like .B wildcards -for the listinst command. Make sure you escape where needed +for the listinst command. Make sure you escape where needed. Finally, by +default it's sorted alphabetically; use the \-\-depsort switch to sort by +dependencies .TP .B listorphans [\-v|\-vv] |