File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments