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 2023/01/09 14:08:39 UTC

[hop] branch master updated: 2116 - Typo in hop-server documentation

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 300df4d324 2116 - Typo in hop-server documentation
     new 88c430217c Merge pull request #2139 from sramazzina/2116
300df4d324 is described below

commit 300df4d32408d35df03e1d134b7ddf6fa366cf35
Author: sramazzina <se...@serasoft.it>
AuthorDate: Mon Jan 9 13:00:48 2023 +0100

    2116 - Typo in hop-server documentation
---
 docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc b/docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc
index d2735abac2..cc4315f835 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc
@@ -407,14 +407,14 @@ Windows::
 +
 --
 [source,shell]
-hop-server.bat 127.0.0.1 8080 -s -u cluster -p cluster
+hop-server.bat 127.0.0.1 8080 -k -u cluster -p cluster
 --
 
 Linux, macOS::
 +
 --
 [source,shell]
-hop-server.sh 127.0.0.1 8080 -s -u cluster -p cluster
+hop-server.sh 127.0.0.1 8080 -k -u cluster -p cluster
 --
 ====