From c7bd90fbbbce18763607807010f272b7fb753476 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Mon, 2 Dec 2013 16:43:22 +0200 Subject: [PATCH] Fix a small error in an img_id example in the docs The pithosmap URI needs an image size in the end --- docs/interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interface.rst b/docs/interface.rst index 5998cfc..c2d1818 100644 --- a/docs/interface.rst +++ b/docs/interface.rst @@ -75,7 +75,7 @@ to be used. If no prefix is used, it defaults to the local back-end: | For example, if we want to deploy using a full Pithos URI: | ``img_id=pithos:////`` | or if we already know the map: - | ``img_id=pithosmap://`` + | ``img_id=pithosmap:///`` * **Null back-end**: To select the Null back-end and skip the fetching and extraction step, we set -- 1.7.10.4