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-name.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-name.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |