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

dcampen pushed a commit to branch campen-patch-1
in repository https://gitbox.apache.org/repos/asf/hop.git

commit fdd1fdb6c1d843b0e1bf9e9057f8b9ad240a54fc
Author: Dave Campen <[email protected]>
AuthorDate: Mon Mar 2 19:08:19 2026 -0600

    Remove 'sh' from hop command examples
    
    This was creating an error when copy/paste the code
---
 docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc
index d8c2f784b1..8f79408c55 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc
@@ -71,7 +71,7 @@ Linux/macOS::
 --
 [source,shell]
 ----
-./hop.sh doc -s ~/projects/my-hop-project -t ~/docs
+./hop doc -s ~/projects/my-hop-project -t ~/docs
 ----
 ====
 
@@ -108,7 +108,7 @@ Linux/macOS::
 --
 [source,shell]
 ----
-./hop.sh doc -s ~/projects/my-hop-project -t ~/docs --generate-html 
--remove-markdown
+./hop doc -s ~/projects/my-hop-project -t ~/docs --generate-html 
--remove-markdown
 ----
 ====
 
@@ -155,4 +155,4 @@ docs/
 * HTML output includes custom CSS styling and responsive images
 * All links in `index.html` automatically point to `.html` files
 * Supports nested folders and metadata documentation
-* Uses CommonMark for Markdown → HTML conversion
\ No newline at end of file
+* Uses CommonMark for Markdown → HTML conversion

Reply via email to