Update CLI reference for python-glanceclient 0.19.0

Change-Id: I097bb177ea931150282bab8d985df1a95c1b975d
This commit is contained in:
Thomas Kaergel
2015-06-15 15:42:52 +02:00
parent ce6c6d8738
commit 641f3ead50

View File

@@ -15,7 +15,7 @@
interface (CLI) for the OpenStack Image service API and its extensions.
This chapter documents <command>glance</command> version
<literal>0.18.0</literal>.
<literal>0.19.0</literal>.
</para>
<para>For help on a specific <command>glance</command>
@@ -639,7 +639,8 @@ Download a specific image.
<listitem>
<para>
Local file to save downloaded image data to. If this is not
specified the image data will be written to stdout.
specified and there is no redirection the image data will be
not be saved.
</para>
</listitem>
</varlistentry>
@@ -1163,8 +1164,8 @@ Create a new image.
<listitem>
<para>
Local file that contains disk image to be uploaded
during creation. Alternatively, images can be passed
to the client via stdin.
during creation. Must be present if images are not
passed to the client via stdin.
</para>
</listitem>
</varlistentry>
@@ -1218,7 +1219,8 @@ Download a specific image.
<listitem>
<para>
Local file to save downloaded image data to. If this is not
specified the image data will be written to stdout.
specified and there is no redirection the image data will be
not be saved.
</para>
</listitem>
</varlistentry>