Remove bad linebreak in image-download example

Inside the End User Guide, on how to use snapshots to migrate instances,
the example of glance image-download has a linebreak before the last
of its parameters. This patch fixes that by removing that extra break.

Change-Id: I2ab47b8c784d10a2bb81351c66cc9e2fa210c5e3
Closes-Bug: #1542396
This commit is contained in:
Igor Duarte Cardoso 2016-02-05 16:53:49 +00:00
parent 20bb8a3c68
commit d47475b47c
1 changed files with 1 additions and 2 deletions

View File

@ -96,8 +96,7 @@ Download the snapshot as an image
.. code-block:: console
$ glance image-download --file snapshot.raw
f30b204e-1ce6-40e7-b8d9-b353d4d84e7d
$ glance image-download --file snapshot.raw f30b204e-1ce6-40e7-b8d9-b353d4d84e7d
.. note::