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:35:45 UTC

[hop] branch master 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 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 e33f651b5d Fix typo in hop-encrypt cli for server
     new 0cc497972f Merge pull request #1475 from hansva/master
e33f651b5d is described below

commit e33f651b5d84aff1498f5c0edc46d59c0a5302e0
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`