aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-11 06:35:14 +0200
committerMattias Andrée <maandree@kth.se>2021-04-11 06:35:14 +0200
commitc60f6f933d48a423e76f0dae058efa42f7efd5d7 (patch)
treeee04949b3731487ee8ef0a806b7f0ba74dcaa53b
parentSome tools have been manually tested (diff)
downloadcontacts-c60f6f933d48a423e76f0dae058efa42f7efd5d7.tar.gz
contacts-c60f6f933d48a423e76f0dae058efa42f7efd5d7.tar.bz2
contacts-c60f6f933d48a423e76f0dae058efa42f7efd5d7.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--TODO3
-rw-r--r--set-contact-name.c2
-rw-r--r--set-contact-notes.c2
3 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index f14d8cc..9028b62 100644
--- a/TODO
+++ b/TODO
@@ -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