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/05/02 07:31:02 UTC

[hop] branch release1.2.0 updated: Fix typo in hop-encrypt cli for server

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 6dfac8af4a Fix typo in hop-encrypt cli for server
     new 8f71e7cc1e Merge pull request #1471 from yjacolin/patch-1
6dfac8af4a is described below

commit 6dfac8af4a50f4b27373b8a8d8d9968b6bb3586d
Author: Yves Jacolin <yv...@camptocamp.com>
AuthorDate: Fri Apr 29 11:15:22 2022 +0200

    Fix typo in hop-encrypt cli for server
---
 docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-encrypt.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-encrypt.adoc b/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-encrypt.adoc
index b0e41fe4d3..7c1e5308df 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-encrypt.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-encrypt.adoc
@@ -59,6 +59,6 @@ Output: `Encrypted 2be98afc86aa7f2e4cb79ce10df90acde`
 
 Encrypt (obfuscate) the password 'abcd' for use in Hop server.
 
-``./hop-encrypt.sh -hop abcd`
+``./hop-encrypt.sh -server abcd`
 
 Output: `OBF:1s3g1s3i1s3k1s3m`