diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-11 08:17:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-11 08:21:22 +0200 |
commit | d758d71bd18638fb200b43f05b12b56f37d56474 (patch) | |
tree | f3d7771c608b75cd2de17efab75c94ca14be6ad8 /set-contact-blocks.c | |
parent | Use lower case to set and upper case to look up (diff) | |
download | contacts-d758d71bd18638fb200b43f05b12b56f37d56474.tar.gz contacts-d758d71bd18638fb200b43f05b12b56f37d56474.tar.bz2 contacts-d758d71bd18638fb200b43f05b12b56f37d56474.tar.xz |
Print in usage which are the old and which are the new values
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'set-contact-blocks.c')
-rw-r--r-- | set-contact-blocks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/set-contact-blocks.c b/set-contact-blocks.c index 014777a..9ad0e2e 100644 --- a/set-contact-blocks.c +++ b/set-contact-blocks.c @@ -1,8 +1,8 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" -USAGE("[-A ask-at] [-a ask-at] [-S service] [-s service] [-T type] [-t type] " - "[-U unblock-at] [-u unblock-at] [-Y style] [-y style] contact-id"); +USAGE("[-A old-ask-at] [-a new-ask-at] [-S old-service] [-s new-service] [-T old-type] [-t new-type] " + "[-U old-unblock-at] [-u new-unblock-at] [-Y old-style] [-y new-style] contact-id"); int |