You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/03/29 12:13:23 UTC

[hop] branch release1.2.0 updated: [DOC] fix incorrect command in hop-run doc

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch release1.2.0
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/release1.2.0 by this push:
     new e22c3bb  [DOC] fix incorrect command in hop-run doc
e22c3bb is described below

commit e22c3bbda226d8afccaee35938790b3356a6043e
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Tue Mar 29 14:13:17 2022 +0200

    [DOC] fix incorrect command in hop-run doc
---
 docs/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc b/docs/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc
index 6965d3d..422836e 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc
@@ -80,5 +80,5 @@ Check the xref:pipeline/pipeline-run-configurations/pipeline-run-configurations.
 == Examples
 
 ----
-./hop-run.sh -j transforms -r local -f /path/to/worklow/file.hwf
+./hop-run.sh -j=transforms -r=local -f=/path/to/worklow/file.hwf
 ----