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 /set-contact-notes.c | |
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-- | set-contact-notes.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |