From 346edd52031c82b44fdffe5670cf68cdcdb0e1ff Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 12 Jul 2007 21:59:59 +0000 Subject: [PATCH] * 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 --- bin/sde-list-pkg | 2 -- doc/man/sde-list.1 | 8 ++++---- src/doc/man/sde-list.txt | 8 ++++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/bin/sde-list-pkg b/bin/sde-list-pkg index 04ca31e..342ad67 100755 --- a/bin/sde-list-pkg +++ b/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" ] || diff --git a/doc/man/sde-list.1 b/doc/man/sde-list.1 index 3f07390..f3517c0 100644 --- a/doc/man/sde-list.1 +++ b/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 diff --git a/src/doc/man/sde-list.txt b/src/doc/man/sde-list.txt index 07d592e..e2ef6e1 100644 --- a/src/doc/man/sde-list.txt +++ b/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.