Skip to content

Commit c4c473a

Browse files
committed
Fix dashes
1 parent 6696a5f commit c4c473a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/tooling/tt_cli/export.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ the ``customers.jsonl`` file:
130130
131131
$ tt tdg2 export localhost:3301 customers:customers.jsonl
132132
133-
If token authentication is enabled in TDG2, pass the application token in the ``-token`` option:
133+
If token authentication is enabled in TDG2, pass the application token in the ``--token`` option:
134134

135135
.. code-block:: console
136136
@@ -212,7 +212,7 @@ option:
212212
213213
$ tt crud export localhost:3301 customers:customers.csv \
214214
--username myuser -password p4$$w0rD \
215-
--use--ssl
215+
--use-ssl
216216
217217
.. _tt-export-options:
218218

doc/tooling/tt_cli/import.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The objects are described in the ``customers.jsonl`` file.
184184
185185
$ tt tdg2 import localhost:3301 customers.jsonl:customers
186186
187-
If token authentication is enabled in TDG2, pass the application token in the ``-token`` option:
187+
If token authentication is enabled in TDG2, pass the application token in the ``--token`` option:
188188

189189
.. code-block:: console
190190
@@ -266,7 +266,7 @@ option:
266266
$ tt crud import localhost:3301 customers.csv:customers \
267267
--header --match=header \
268268
--username myuser -password p4$$w0rD \
269-
--use--ssl
269+
--use-ssl
270270
271271
.. _tt-import-options:
272272

0 commit comments

Comments
 (0)