Skip to content

Commit a22bd4e

Browse files
committed
Address review comments
Signed-off-by: Tushar Goel <[email protected]>
1 parent 53799aa commit a22bd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/scripts/d2d/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Run mapping without database:
4141

4242
.. code-block:: bash
4343
44-
./map-deploy-to-develop.sh ./from.tar.gz ./to.whl results.txt
44+
./map-deploy-to-develop.sh ./from.tar.gz ./to.whl results.json
4545
4646
Run mapping with database on a custom port:
4747

4848
.. code-block:: bash
4949
50-
./map-deploy-to-develop.sh ./from.tar.gz ./to.whl output.txt --options "Python,Java" --spin-db --port 5433
50+
./map-deploy-to-develop.sh ./from.tar.gz ./to.whl output.json --options "Python,Java" --spin-db --port 5433
5151
5252
Script Actions
5353
--------------

0 commit comments

Comments
 (0)