mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
correct help text for addcontact
This commit is contained in:
parent
231d6b6a87
commit
f14c518b70
1 changed files with 2 additions and 2 deletions
|
@ -375,7 +375,7 @@ char* mrmailbox_cmdline(mrmailbox_t* mailbox, const char* cmdline)
|
|||
"delmsg <msg-id>\n"
|
||||
"===========================Contact commands==\n"
|
||||
"listcontacts [<query>]\n"
|
||||
"addcontact <addr> [<name>]\n"
|
||||
"addcontact [<name>] <addr>\n"
|
||||
"contactinfo <contact-id>\n"
|
||||
"delcontact <contact-id>\n"
|
||||
"======================================Misc.==\n"
|
||||
|
@ -995,7 +995,7 @@ char* mrmailbox_cmdline(mrmailbox_t* mailbox, const char* cmdline)
|
|||
ret = mrmailbox_create_contact(mailbox, NULL, arg1)? COMMAND_SUCCEEDED : COMMAND_FAILED;
|
||||
}
|
||||
else {
|
||||
ret = safe_strdup("ERROR: Arguments <addr> [<name>] expected.");
|
||||
ret = safe_strdup("ERROR: Arguments [<name>] <addr> expected.");
|
||||
}
|
||||
}
|
||||
else if( strcmp(cmd, "contactinfo")==0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue