Browse Source

Improved sde-copy man page.

misl/sde-wrapper
Minto van der Sluis 17 years ago
parent
commit
6d12c6990e
1 changed files with 22 additions and 7 deletions
  1. +22
    -7
      src/doc/man/sde-copy.txt

+ 22
- 7
src/doc/man/sde-copy.txt

@ -8,7 +8,7 @@ sde-copy - copies part of the system
SYNOPSIS
--------
'sde copy' [DISCRIMINATOR] [OPTIONS] [ITEM] [ITEMNEW]
*sde-copy* ['DISCRIMINATOR'] ['OPTIONS'] ['ITEM'] ['ITEMNEW']
DESCRIPTION
-----------
@ -18,28 +18,43 @@ what part will be copied to the new item name.
DISCRIMINATORS
--------------
build::
*build*::
Copies an existing build to a new one. The item specifies the
config name that was used for the build. The new item name specifies
the new config name. With this discriminator both the build and
the accompanying config will be copied.
config, cfg::
*config, cfg*::
Copies an existing config identified by item to a new one. When no
item name is specified, 'default' will be used.
package, pkg::
*package, pkg*::
Copies an existing package (item) to a new one. For this discriminator
full qualified package names are required. Fully qualified package
names are names in which the actual package name is preceded by
the repository name separated by a dot (.).
target, tgt::
*target, tgt*::
Copies an existing target identified by item to a new one.
OPTIONS FOR ALL DISCRIMINATORS
------------------------------
-f, --force::
*-f, --force*::
Allows to overwrite existing items in case the specified new item
already exists.
-q, --quiet::
*-q, --quiet*::
Reduces feedback to an absolute minimum.
-v, --verbose:
Gives additional feedback.
AUTHOR
------
Written by Minto van der Sluis (misl).
REPORTING BUGS
--------------
Report bugs to <list@opensde.org>.
COPYRIGHT
---------
Copyright (C) 2007 The OpenSDE project.
This is free software; see the source for copying conditions. There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

Loading…
Cancel
Save