diff --git a/java/multitenancy.md b/java/multitenancy.md index 69a7d2086..9e2b28e8d 100644 --- a/java/multitenancy.md +++ b/java/multitenancy.md @@ -272,7 +272,7 @@ To run the command manually or automated, you can for example use [Cloud Foundry To trigger it as part of a Cloud Foundry Task, login to the Cloud Foundry landscape using the Cloud Foundry command line client and execute: ```sh -cf run-task "" +cf run-task --command "" ``` `` needs to be replaced with the name of a Cloud Foundry application, typically the srv module of your CAP project. You can find the name for example in the section `modules` in your `mta.yaml`. `` represents the adapted start command. The output of the command will be logged to the application logs of the application you have specified in ``.