From 4c9d00f48bbfdd65fc3b95b91d34bf5a22b59cf3 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 12 Jul 2007 23:12:17 +0000 Subject: [PATCH] * added -p,--package option to `sde list download`'s man page git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21699 10447126-35f2-4685-b0cf-6dd780d3921f --- doc/man/sde-list.1 | 5 +++++ src/doc/man/sde-list.txt | 3 +++ 2 files changed, 8 insertions(+) diff --git a/doc/man/sde-list.1 b/doc/man/sde-list.1 index f3517c0..7315de9 100644 --- a/doc/man/sde-list.1 +++ b/doc/man/sde-list.1 @@ -64,6 +64,11 @@ the given list is a list of repositories, not packages. include the download files of the active extenders on the specified config. .RE .PP +\-p,\-\-package +.RS 4 +include the package name when listing +.RE +.PP \-k, \-\-checksum .RS 4 include the checksum value when listing. diff --git a/src/doc/man/sde-list.txt b/src/doc/man/sde-list.txt index e2ef6e1..0c5fea9 100644 --- a/src/doc/man/sde-list.txt +++ b/src/doc/man/sde-list.txt @@ -49,6 +49,9 @@ OPTIONS FOR DOWNLOAD include the download files of the active extenders on the specified config. +-p,--package:: + include the package name when listing + -k, --checksum:: include the checksum value when listing.