Browse Source

* removed --all from the man page of `sde download`, not needed.

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

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

@ -1,11 +1,11 @@
.\" Title: sde-download
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
.\" Date: 07/10/2007
.\" Date: 07/13/2007
.\" Manual:
.\" Source:
.\"
.TH "SDE\-DOWNLOAD" "1" "07/10/2007" "" ""
.TH "SDE\-DOWNLOAD" "1" "07/13/2007" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@ -15,6 +15,9 @@ sde\-download \- Downloads stuff
.SH "SYNOPSIS"
\fIsde download\fR [DISCRIMINATOR] [OPTIONS] [ITEMS\]
.sp
.SH "DESCRIPTION"
sde\-download downloads one or more packages indicated or belonging to the specified name (items). Multiple items can be specified.
.sp
.SH "DISCRIMINATORS"
.PP
config, cfg
@ -43,11 +46,6 @@ Gives minimal feedback.
Gives extra feedback.
.RE
.PP
\-a, \-\-all
.RS 4
Downloads every package independently of the specified items.
.RE
.PP
\-d, \-\-dry\-run
.RS 4
No real download is performed but the list of missing files is output.
@ -99,6 +97,3 @@ When the file is found on the alternative location the tool will
\fImove\fR
it instead of doing a hardlink.
.RE
.SH "DESCRIPTION"
sde\-download downloads one or more packages indicated or belonging to the specified name (items). Multiple items can be specified.
.sp

+ 5
- 9
src/doc/man/sde-download.txt

@ -10,6 +10,11 @@ SYNOPSIS
--------
'sde download' [DISCRIMINATOR] [OPTIONS] [ITEMS...]
DESCRIPTION
-----------
sde-download downloads one or more packages indicated or belonging to the
specified name (items). Multiple items can be specified.
DISCRIMINATORS
--------------
@ -32,9 +37,6 @@ OPTIONS
-v, --verbose::
Gives extra feedback.
-a, --all::
Downloads every package independently of the specified items.
-d, --dry-run::
No real download is performed but the list of missing files is
output.
@ -65,9 +67,3 @@ OPTIONS
-m, --move::
When the file is found on the alternative location the tool will
'move' it instead of doing a hardlink.
DESCRIPTION
-----------
sde-download downloads one or more packages indicated or belonging to the
specified name (items). Multiple items can be specified.

Loading…
Cancel
Save