Browse Source

* added -c,--cfg option to `sde download`'s man page to restrict

package and repository discriminators.



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

+ 9
- 0
doc/man/sde-download.1

@ -51,6 +51,15 @@ Gives extra feedback.
No real download is performed but the list of missing files is output.
.RE
.PP
\-c, \-\-cfg
.RS 4
Specify a config to restrict
\fIpackage\fR
and
\fIrepository\fR
discriminators.
.RE
.PP
\-\-timeout
.RS 4
Defines how tolerat to download delay are we. The default value is

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

@ -41,6 +41,9 @@ OPTIONS
No real download is performed but the list of missing files is
output.
-c, --cfg::
Specify a config to restrict 'package' and 'repository' discriminators.
--timeout::
Defines how tolerat to download delay are we. The default value
is 'normal', but you can choose between 'no' and 'long' too.

Loading…
Cancel
Save