diff options
Diffstat (limited to '')
-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 |