Browse Source

* added some extra short options to sde-list's manpage

git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21695 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 19 years ago
parent
commit
346edd5203
3 changed files with 8 additions and 10 deletions
  1. +0
    -2
      bin/sde-list-pkg
  2. +4
    -4
      doc/man/sde-list.1
  3. +4
    -4
      src/doc/man/sde-list.txt

+ 0
- 2
bin/sde-list-pkg

@ -13,8 +13,6 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: generate lists needed by other commands
set -e
[ -n "$SDEROOT" ] ||

+ 4
- 4
doc/man/sde-list.1

@ -43,7 +43,7 @@ use an specified config to see the active packages, instead of all of them.
the given list is a list of repositories, not packages.
.RE
.PP
\-\-extenders
\-e, \-\-extenders
.RS 4
include the packages which extend the given items.
.RE
@ -59,17 +59,17 @@ list the download files needed for a given config.
the given list is a list of repositories, not packages.
.RE
.PP
\-\-extenders
\-e, \-\-extenders
.RS 4
include the download files of the active extenders on the specified config.
.RE
.PP
\-\-checksum
\-k, \-\-checksum
.RS 4
include the checksum value when listing.
.RE
.PP
\-\-location
\-l, \-\-location
.RS 4
include the download location when listing.
.RE

+ 4
- 4
src/doc/man/sde-list.txt

@ -33,7 +33,7 @@ OPTIONS FOR PACKAGES
-r, --repositories::
the given list is a list of repositories, not packages.
--extenders::
-e, --extenders::
include the packages which extend the given items.
OPTIONS FOR DOWNLOAD
@ -45,13 +45,13 @@ OPTIONS FOR DOWNLOAD
-r, --repositories::
the given list is a list of repositories, not packages.
--extenders::
-e, --extenders::
include the download files of the active extenders on the
specified config.
--checksum::
-k, --checksum::
include the checksum value when listing.
--location::
-l, --location::
include the download location when listing.

Loading…
Cancel
Save