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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new ead245b  SLING-10067 - Improved examples
ead245b is described below

commit ead245b45557a8c1e4e707608f2a43053f6b36b6
Author: Christian Schneider <[email protected]>
AuthorDate: Fri Jan 29 16:56:52 2021 +0100

    SLING-10067 - Improved examples
---
 chunked-distribution/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chunked-distribution/README.md b/chunked-distribution/README.md
index 5f8b26b..6136ddf 100644
--- a/chunked-distribution/README.md
+++ b/chunked-distribution/README.md
@@ -20,11 +20,11 @@
     
 ## Distribute path with just hierarchy noes
 
-    curl -i -u admin:admin -F path=<path> 
http://localhost:8080/libs/sling/distribution/tree
+    curl -i -u "admin:$PASSWORD" 
http://localhost:8080/libs/sling/distribution/tree -F chunkSize=15 -F path=
     
 ## Distribute path with all nodes
 
-    curl -i -u admin:admin -F path=<path> -Fmode=AllNodes 
http://localhost:8080/libs/sling/distribution/tree
+    curl -i -u admin:admin http://localhost:8080/libs/sling/distribution/tree 
-F mode=AllNodes -F path=<path> 
     
 
 ## Get jobs

Reply via email to