summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-09-08 11:35:06 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-09-08 11:35:06 +0000
commit261cc30ba2e98394ad4037c6bbded8fb85ae91d9 (patch)
treef25a5b2f2212e1b154fb18cb4d8b522972e1b549 /doc
parent01f7f05e7855a8ddde20b5d9c256727099a8ad89 (diff)
downloadprt-get-261cc30ba2e98394ad4037c6bbded8fb85ae91d9.tar.gz
prt-get-261cc30ba2e98394ad4037c6bbded8fb85ae91d9.tar.xz
prt-get: simplify default output of dup; allow passing a printf style pattern
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1835 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
Diffstat (limited to 'doc')
-rw-r--r--doc/prt-get.816
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/prt-get.8 b/doc/prt-get.8
index a42ea7d..6b30270 100644
--- a/doc/prt-get.8
+++ b/doc/prt-get.8
@@ -223,10 +223,24 @@ Subtrees already shown are marked with '-->' to save some space, in
order to show them all, add the --all switch
.TP
-.B dup
+.B dup [-v] [format]
List ports which can be found in multiple directories configured in
.B /etc/prt-get.conf
+Use the verbose switch to simulate the output of version 5.12 and older (likely
+to go away in the future). The format string can be used to create user
+specified formats. The following symbols are currently replaced:
+.TP
+\ \ \ \(bu
+%n \-> name of the port
+
+.TP
+\ \ \ \(bu
+%1 \-> Port which takes precedence
+
+.TP
+\ \ \ \(bu
+%2 \-> Port which is hidden
.TP
.B list [\-v|\-vv] [filter] [--path] [--regex]

Generated by cgit