[PATCH aeolus-cli] BZ #795650: Fix related man page

Jason Guiditta jguiditt at redhat.com
Wed Feb 22 17:59:50 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=795650

While this is not technically the BZ, list also now takes similar
arguments, so rolling in a manpage update as well.
---
 man/aeolus-image-list.1 |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/man/aeolus-image-list.1 b/man/aeolus-image-list.1
index e53da95..f141560 100644
--- a/man/aeolus-image-list.1
+++ b/man/aeolus-image-list.1
@@ -2,7 +2,7 @@
 .SH NAME
 aeolus-image \- command for listing aeolus image associated objects.
 .SH SYNOPSIS
-.B aeolus-image list [\-h|--help] [\-u|--username] [\-w|--password] [\-i|--images] [\-b|--builds [image id]] [\-t|--targetimages [build id]] [\-P|--providerimages [target image id]] [\-g|--targets] [\-a|--accounts] [\-p|--providers]
+.B aeolus-image list [\-h|--help] [\-u|--username] [\-w|--password] [\-i|--images] [\-E|--environment] [\-b|--builds [image id]] [\-t|--targetimages [build id]] [\-P|--providerimages [target image id]] [\-g|--targets] [\-a|--accounts] [\-p|--providers] [\-c|--environments]
 .SH DESCRIPTION
 aeolus-image list commands allows users to list information on the contents of particular objects in image warehouse including:
 .P
@@ -27,6 +27,9 @@ Get usage information for this command and associated commmands
 \-i, --images
 Retrieve a list of images
 .TP
+\-E, --environment
+Limit image list to environment
+.TP
 \-b, --builds <image id>
 Retrieve a list of builds of for a particular image
 .TP
@@ -45,6 +48,9 @@ Retrieve a list of available providers
 \-a, --accounts
 Retrieve a list of available accounts
 .TP
+\-c, --environments
+Retrieve the values available for the --environment parameter
+.TP
 \-d, --daemon
 Run as a background process
 .TP
@@ -55,6 +61,10 @@ List all images
 .B aeolus-image list
 \--images
 .TP
+List available images for an environment
+.B aeolus-image list 
+\--images --environment default
+.TP
 List all builds for an image with id: 12345678-aaaa-1234--1234567890ab
 .B aeolus-image list
 \--builds 12345678-aaaa-1234--1234567890ab
@@ -82,6 +92,10 @@ List all available providers
 List all available accounts
 .B aeolus-image list
 \--account
+.TP
+List all available environments
+.B aeolus-image list
+\--environments
 .SH AUTHORS
 Martyn Taylor (mtaylor at redhat.com), Jason Guiditta (jguiditta at redhat.com)
 .SH SEE ALSO
-- 
1.7.7.6




More information about the aeolus-devel mailing list