updated manual authored by Martin Straka's avatar Martin Straka
......@@ -88,7 +88,7 @@ datovka --login "username='xxxxxx',password='yyyyyyyy',certificate='C:\temp\cert
Return
* [status] - 0 is success, 1 error.
* newMsgIdList - print to **stdout** list of new message IDs separated by whitespace.
* newMsgIdList - print to terminal (stdout) a list of new message IDs separated by white space.
Example:
......@@ -118,7 +118,7 @@ datovka --login "username='xxxxxx',password='yyyyyyyy'" --get-msg-list "dmType='
Return
* [status] - 0 is success, 1 error.
* msgID - print to **stdout** sent message ID.
* msgID - print to terminal (stdout) sent message ID.
Example:
......@@ -193,7 +193,7 @@ datovka --login "username='xxxxxx',password='yyyyyyyy'" --get-owner-info
Return
* [status] - 0 is success, 1 error.
* newMsgIdList - print to **stdout** list of message IDs separated by white-space where attachment missing.
* newMsgIdList - print to terminal (stdout) a list of message IDs separated by white space where attachment missing.
Example:
......
......