@@ -239,7 +239,7 @@ in the ``--username`` and ``--password`` command options:
239239
240240 $ tt crud import localhost:3301 customers.csv:customers \
241241 --header --match=header \
242- --username myuser -password p4$$w0rD
242+ --username myuser -- password p4$$w0rD
243243
244244 .. _tt-import-ssl :
245245
@@ -254,7 +254,7 @@ If necessary, add other SSL parameters in the ``--ssl*`` options.
254254
255255 $ tt crud import localhost:3301 customers.csv:customers \
256256 --header --match=header \
257- --username myuser -password p4$$w0rD \
257+ --username myuser -- password p4$$w0rD \
258258 --auth pap-sha256 --sslcertfile certs/server.crt \
259259 --sslkeyfile certs/server.key
260260
@@ -265,7 +265,7 @@ option:
265265
266266 $ tt crud import localhost:3301 customers.csv:customers \
267267 --header --match=header \
268- --username myuser -password p4$$w0rD \
268+ --username myuser -- password p4$$w0rD \
269269 --use-ssl
270270
271271 .. _tt-import-options :
@@ -277,7 +277,7 @@ Options
277277
278278 **Applicable to: ** ``tt crud import ``, ``tt tdg2 import ``
279279
280- Authentication type: ``chap-sha1 `` or ``pap-sha256 ``.
280+ Authentication type: ``chap-sha1 ``, ``pap-sha256 ``, or `` auto ``.
281281
282282.. option :: --batch-size INT
283283
@@ -431,6 +431,17 @@ Options
431431 For CSV, double quotes are used by default (``" ``).
432432 The double symbol of this option acts as the escaping symbol within input data.
433433
434+ .. option :: --rollback-on-error
435+
436+ **Applicable to: ** ``tt crud import ``
437+
438+ Specify whether any operation failed on a storage leads to rollback of a batch
439+ import on this storage.
440+
441+ .. note ::
442+
443+ ``tt tdg2 import `` always works as if ``--rollback-on-error `` is ``true ``.
444+
434445.. option :: --sslcafile STRING
435446
436447 **Applicable to: ** ``tt crud import ``, ``tt tdg2 import ``
@@ -502,17 +513,13 @@ Options
502513
503514 An application token for connecting to TDG2.
504515
505- .. option :: --username STRING
516+ .. option :: --use-ssl STRING
506517
507- A username for connecting to the instance.
508-
509- .. option :: --rollback-on-error
518+ Use SSL without providing any additional SSL parameters.
510519
511- ** Applicable to: ** `` tt crud import``
520+ See also :ref: ` tt- import-ssl `.
512521
513- Specify whether any operation failed on a storage leads to rollback of a batch
514- import on this storage.
522+ .. option :: --username STRING
515523
516- .. note ::
524+ A username for connecting to the instance.
517525
518- ``tt tdg2 import `` always works as if ``--rollback-on-error `` is ``true ``.
0 commit comments