Update cli test authored by Martin Straka's avatar Martin Straka
......@@ -44,7 +44,6 @@ datovka --login "username='xxxxxx'" --export-msgs "dmType='received',exportPath=
Return
* [status] - 0 is success, 1 error.
* Message/envelope/delivery info ZFO/PDF file saved to target path if was set.
* if an error then error code and its description are writing into stderr.
Example:
......@@ -60,7 +59,6 @@ datovka --login "username='xxxxxx'" --import-msg "importFile='C:\temp\123456.zfo
Return
* [status] - 0 is success, 1 error.
* Message/envelope/delivery info ZFO/PDF file saved to target path if was set.
* if an error then error code and its description are writing into stderr.
Example:
......
......