From fc8de2a8f48485ad8b035a4e76098c4a7dbadb05 Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 12 Mar 2021 13:58:36 +0000 Subject: docs: update FossilOrigin-Name: 143ea57c3d8309faf15399199d0e2930f07371a34c08ff16e9a9f5fbb0be6a23 --- contrib/cpt-manifest-tree | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'contrib/cpt-manifest-tree') diff --git a/contrib/cpt-manifest-tree b/contrib/cpt-manifest-tree index d89c85c..599c0bd 100755 --- a/contrib/cpt-manifest-tree +++ b/contrib/cpt-manifest-tree @@ -1,6 +1,17 @@ #!/bin/sh -ef # Display all files owned by a package with a tree view +## SYNOPSIS: +## .Nm +## .Op Ar package +## DESCRIPTION: +## .Nm +## prints the manifest of the given package to the standard output as a tree +## view. If no package name is given, +## .Nm +## will use the name of the current directory for the package. +## see: tree.1 + case "$1" in --help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]" -- cgit v1.2.3