From a1219405581f3cf8722dd0ebd48665242e8b6036 Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Sun, 25 Nov 2007 11:10:15 +0100 Subject: [PATCH] Improved sde-create man page. --- src/doc/man/sde-create.txt | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/src/doc/man/sde-create.txt b/src/doc/man/sde-create.txt index 38d9166..c527763 100644 --- a/src/doc/man/sde-create.txt +++ b/src/doc/man/sde-create.txt @@ -4,13 +4,40 @@ The OpenSDE Community NAME ---- -sde-create - enhance the system with new parts +sde-create - enhance your sde system with new parts SYNOPSIS -------- -'sde create' [OPTIONS] +'sde create' [DISCRIMINATOR] [OPTIONS] [ITEM] DESCRIPTION ----------- Create a new part with the identified name (item) within the sde environment section indicated by the discriminator. + +DISCRIMINATORS +-------------- +config, cfg:: + Creates a new default configured config with the given name (item). +package, pkg:: + Creates a new package. The given item is expected to be the fully + qualified package name. This is the package name preceded by the + repository it should be placed in, separated by a dot. +target, tgt:: + Creates a new target with the given name (item). + +OPTIONS FOR ALL DISCRIMINATORS +------------------------------ +-q, --quiet:: + Reduces feedback to an absolute minimum. +-v, --verbose:: + Gives additional feedback. + +OPTIONS FOR PACKAGE DISCRIMINATOR +--------------------------------- +--hive hive.index:: + Makes it Possible to create new packages from available package hives + like freshmeat or sourceforge. With this flag you need to specify + which hive to use and what the ID of the package in that hive is. +--hivelist:: + Does not create a package but shows a list of all available hives.