From d47475b47c7ee0a4275420f1cb4e9fed2bc41258 Mon Sep 17 00:00:00 2001 From: Igor Duarte Cardoso Date: Fri, 5 Feb 2016 16:53:49 +0000 Subject: [PATCH] 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 --- .../source/cli_use_snapshots_to_migrate_instances.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/user-guide/source/cli_use_snapshots_to_migrate_instances.rst b/doc/user-guide/source/cli_use_snapshots_to_migrate_instances.rst index 5b4acd9cc8..944a2426fb 100644 --- a/doc/user-guide/source/cli_use_snapshots_to_migrate_instances.rst +++ b/doc/user-guide/source/cli_use_snapshots_to_migrate_instances.rst @@ -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::