Browse Source

Improved sde-copy man page

karasz/new-early
Minto van der Sluis 17 years ago
parent
commit
8d08911d8d
1 changed files with 13 additions and 13 deletions
  1. +13
    -13
      src/doc/man/sde-copy.txt

+ 13
- 13
src/doc/man/sde-copy.txt

@ -8,31 +8,31 @@ sde-copy - copies part of the system
SYNOPSIS
--------
*sde copy* ['DISCRIMINATOR'] ['OPTIONS'] ['ITEM'] ['ITEMNEW']
*sde copy* ['DISCRIMINATOR'] ['OPTIONS'] ['source'] ['destination']
DESCRIPTION
-----------
Copies part of the system to a new name. The discriminator indicates in
what section of the sde system the copy will take place. The item indicates
what part will be copied to the new item name.
what section of the sde system the copy will take place. The 'source'
indicates what part will be copied to the new 'destination' name.
DISCRIMINATORS
--------------
*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
Copies an existing build to a new one. Source specifies the
config name that was used for the build. Destination specifies
the new config name. With this discriminator both the build and
the accompanying config will be copied.
*config, cfg*::
Copies an existing config identified by item to a new one. When no
item name is specified, 'default' will be used.
Copies an existing config identified by source to a new one. When no
source name is specified, 'default' will be used.
*package, pkg*::
Copies an existing package (item) to a new one. For this discriminator
full qualified package names are required. Fully qualified package
Copies an existing package (source) to a new one. For this discriminator
fully 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*::
Copies an existing target identified by item to a new one.
Copies an existing target identified by source to a new one.
OPTIONS FOR ALL DISCRIMINATORS
------------------------------
@ -40,9 +40,9 @@ OPTIONS FOR ALL DISCRIMINATORS
Allows to overwrite existing items in case the specified new item
already exists.
*-q, --quiet*::
Reduces feedback to an absolute minimum.
-v, --verbose:
Gives additional feedback.
Reduces the verbosity level.
*-v, --verbose*::
Increases the verbosity level.
AUTHOR
------

Loading…
Cancel
Save