From 3edaecbf64557215ce677c3282e60824d4f4d850 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 9 Jul 2007 02:44:24 +0000 Subject: [PATCH] * added options and discriminators to man/sde-list git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21592 10447126-35f2-4685-b0cf-6dd780d3921f --- doc/man/sde-list.txt | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/doc/man/sde-list.txt b/doc/man/sde-list.txt index c1c09e8..ec19cf9 100644 --- a/doc/man/sde-list.txt +++ b/doc/man/sde-list.txt @@ -7,7 +7,49 @@ NAME SYNOPSIS -------- -'sde list' [OPTIONS] +'sde list' [DISCRIMINATOR] [OPTIONS] + +DISCRIMINATORS +-------------- + +package, pkg:: + packages + +download:: + downloadable files of a list of packages, or all + if no package is given + +OPTIONS FOR PACKAGES +-------------------- + +-a, --arch:: + list the packages available for the specified architecture + +-c, --cfg:: + list the packages active for the specified config + +OPTIONS FOR DOWNLOAD +-------------------- + +-c, --cfg:: + list the download files needed for a given config. + +-r, --repositories:: + the given list is a list of repositories, not packages. + +-a, --all:: + list the download files of every package available independent + of the rest of the provided options. + +--dependencies:: + include the download files of the active dependencies on the + specified config. + +--checksum:: + include the checksum value when listing. + +--location:: + include the download location when listing. DESCRIPTION -----------