From c60f6f933d48a423e76f0dae058efa42f7efd5d7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 11 Apr 2021 06:35:14 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- TODO | 3 --- set-contact-name.c | 2 +- set-contact-notes.c | 2 +- 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 -- cgit v1.2.3-70-g09d2