diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-11 06:35:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-11 06:35:14 +0200 |
commit | c60f6f933d48a423e76f0dae058efa42f7efd5d7 (patch) | |
tree | ee04949b3731487ee8ef0a806b7f0ba74dcaa53b | |
parent | Some tools have been manually tested (diff) | |
download | contacts-c60f6f933d48a423e76f0dae058efa42f7efd5d7.tar.gz contacts-c60f6f933d48a423e76f0dae058efa42f7efd5d7.tar.bz2 contacts-c60f6f933d48a423e76f0dae058efa42f7efd5d7.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | set-contact-name.c | 2 | ||||
-rw-r--r-- | set-contact-notes.c | 2 |
3 files changed, 2 insertions, 5 deletions
@@ -10,13 +10,10 @@ Test get-contact-photos Test list-chat-contacts Test list-contact-organisations Test list-organisation-contacts -Test set-contact-addresses -Test set-contact-birthday Test set-contact-blocks Test set-contact-chats Test set-contact-emails Test set-contact-groups -Test set-contact-name Test set-contact-numbers Test set-contact-organisations Test set-contact-pgpkeys diff --git a/set-contact-name.c b/set-contact-name.c index dad34d1..a5fb667 100644 --- a/set-contact-name.c +++ b/set-contact-name.c @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" -USAGE("[-F | -f | -l | n] (-u contact-id | contact-id name)"); +USAGE("[-F | -f | -l | -n] (-u contact-id | contact-id name)"); int diff --git a/set-contact-notes.c b/set-contact-notes.c index 6eeeeb4..6fde429 100644 --- a/set-contact-notes.c +++ b/set-contact-notes.c @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" -USAGE("[-u] contact-id"); +USAGE("[-u] contact-id"); /* TODO add -a (append) */ int |