From 69d150dd691684204d68e604fcb1a065d571ea3d Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Thu, 12 Nov 2020 23:14:34 +0100 Subject: [PATCH] Fix odo commands and a heading bug. --- cli_reference/developer_cli_odo/understanding-odo.adoc | 2 +- modules/developer-cli-odo-deploying-the-back-end-component.adoc | 2 +- .../developer-cli-odo-deploying-the-front-end-component.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli_reference/developer_cli_odo/understanding-odo.adoc b/cli_reference/developer_cli_odo/understanding-odo.adoc index 757347bc0d..dc930db880 100644 --- a/cli_reference/developer_cli_odo/understanding-odo.adoc +++ b/cli_reference/developer_cli_odo/understanding-odo.adoc @@ -1,5 +1,5 @@ [id="understanding-odo"] -= Understanding `{odo-title}` += Understanding `odo` include::modules/developer-cli-odo-attributes.adoc[] include::modules/common-attributes.adoc[] :context: understanding-odo diff --git a/modules/developer-cli-odo-deploying-the-back-end-component.adoc b/modules/developer-cli-odo-deploying-the-back-end-component.adoc index 43f88421be..56733010d2 100644 --- a/modules/developer-cli-odo-deploying-the-back-end-component.adoc +++ b/modules/developer-cli-odo-deploying-the-back-end-component.adoc @@ -116,7 +116,7 @@ $ mvn package + [source,terminal] ---- -$ odo create openjdk18 backend --binary target/wildwest-1.0.jar +$ odo create --s2i openjdk18 backend --binary target/wildwest-1.0.jar ---- + .Example output diff --git a/modules/developer-cli-odo-deploying-the-front-end-component.adoc b/modules/developer-cli-odo-deploying-the-front-end-component.adoc index 41443e732e..8ac13b4dfd 100644 --- a/modules/developer-cli-odo-deploying-the-front-end-component.adoc +++ b/modules/developer-cli-odo-deploying-the-front-end-component.adoc @@ -55,7 +55,7 @@ The front-end component is written in an interpreted language (Node.js); it does + [source,terminal] ---- -$ odo create nodejs frontend +$ odo create --s2i nodejs frontend ---- + .Example output