diff --git a/doc/man/sde-download.1 b/doc/man/sde-download.1 index b39d842..ea0b776 100644 --- a/doc/man/sde-download.1 +++ b/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 diff --git a/src/doc/man/sde-download.txt b/src/doc/man/sde-download.txt index 2c98c59..7349db9 100644 --- a/src/doc/man/sde-download.txt +++ b/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.