Browse Source

* changed sde-download's manpage to receive --extenders instead of --dependencies,

the dependencies handling should not go that deep. imo


git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21712 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 19 years ago
parent
commit
7be951e528
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      doc/man/sde-download.1
  2. +3
    -3
      src/doc/man/sde-download.txt

+ 3
- 3
doc/man/sde-download.1

@ -63,7 +63,7 @@ too.
.PP
\-\-check
.RS 4
Defines when will the tool validate the downloaded file against the checksum in the database. The defailt value is
Defines when will the tool validate the downloaded file against the checksum in the database. The default value is
\fIalways\fR, but you can choose between
\fIdownload\fR, meaning that it wont validate when using the alternative download location, or
\fInever\fR.
@ -85,11 +85,11 @@ or
\fImove\fR.
.RE
.PP
\-\-dependencies
\-e, \-\-extenders
.RS 4
When using
\fIpackage\fR
or
\fIrepository\fR
discriminators, download the active dependencies considering the specified config id.
discriminators, download the active extenders considering the specified config id.
.RE

+ 3
- 3
src/doc/man/sde-download.txt

@ -47,7 +47,7 @@ OPTIONS
--check::
Defines when will the tool validate the downloaded file against
the checksum in the database. The defailt value is 'always', but
the checksum in the database. The default value is 'always', but
you can choose between 'download', meaning that it wont validate
when using the alternative download location, or 'never'.
@ -60,7 +60,7 @@ OPTIONS
Defines what to do when taking a file from '$altdir'. By default
it makes a 'hardlink', but you can also choose 'copy' or 'move'.
--dependencies::
-e, --extenders::
When using 'package' or 'repository' discriminators, download the
active dependencies considering the specified config id.
active extenders considering the specified config id.

Loading…
Cancel
Save