Skip to content

Commit 743688a

Browse files
committed
make multi-line curl command work
1 parent 59e1946 commit 743688a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/marklogic/client/pojo/util/GenerateIndexConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
* -classes "com.marklogic.client.test.City com.marklogic.client.test.Country"
4747
* -file cityIndexes.json
4848
*
49-
* curl -i --digest --user admin:admin
50-
* -H 'Content-Type: application/json'
51-
* -d '@cityIndexes.json'
49+
* curl -i --digest --user admin:admin \
50+
* -H 'Content-Type: application/json' \
51+
* -d '@cityIndexes.json' \
5252
* -X PUT 'http://localhost:8002/manage/LATEST/databases/java-unittest/properties'
5353
* </pre>
5454
*/

0 commit comments

Comments
 (0)