Browse Source

* changed sde-download's manpage to show --mode=[copy|move|hardlink] instead

of [--copy|--move]


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

+ 10
- 14
doc/man/sde-download.1

@ -75,6 +75,16 @@ Defines which mirror to use since now, replacing the value stored on the global
\fI'none\fR', or auto to detect again the best mirror for your location.
.RE
.PP
\-\-m, \-mode
.RS 4
Defines what to do when taking a file from
\fI$altdir\fR. By default it makes a
\fIhardlink\fR, but you can also choose
\fIcopy\fR
or
\fImove\fR.
.RE
.PP
\-\-dependencies
.RS 4
When using
@ -83,17 +93,3 @@ or
\fIrepository\fR
discriminators, download the active dependencies considering the specified config id.
.RE
.PP
\-c, \-\-copy
.RS 4
When the file is found on the alternative location the tool will
\fIcopy\fR
it instead of doing a hardlink.
.RE
.PP
\-m, \-\-move
.RS 4
When the file is found on the alternative location the tool will
\fImove\fR
it instead of doing a hardlink.
.RE

+ 4
- 7
src/doc/man/sde-download.txt

@ -56,14 +56,11 @@ OPTIONS
on the global config. Alternatively you can use ''none'', or auto
to detect again the best mirror for your location.
--m, -mode::
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::
When using 'package' or 'repository' discriminators, download the
active dependencies considering the specified config id.
-c, --copy::
When the file is found on the alternative location the tool will
'copy' it instead of doing a hardlink.
-m, --move::
When the file is found on the alternative location the tool will
'move' it instead of doing a hardlink.

Loading…
Cancel
Save