From e090f7ad3e55d8f7ee0427fe94fe9769e5088f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Tue, 10 Sep 2013 09:44:36 +0900 Subject: [PATCH] Mention that -t / --expire-time is ignored --- debian/notify-send.1 | 1 + tools/notify-send.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/notify-send.1 b/debian/notify-send.1 index 348b890..dc52021 100644 --- a/debian/notify-send.1 +++ b/debian/notify-send.1 @@ -15,6 +15,7 @@ Specifies the urgency level (low, normal, critical). .TP \fB\-t, \-\-expire-time=TIME\fR Specifies the timeout in milliseconds at which to expire the notification. +This option is currently ignored. .TP \fB\-i, \-\-icon=ICON[,ICON...]\fR Specifies an icon filename or stock icon to display. diff --git a/tools/notify-send.c b/tools/notify-send.c index c0b9eeb..1b3f493 100644 --- a/tools/notify-send.c +++ b/tools/notify-send.c @@ -146,7 +146,7 @@ main (int argc, char *argv[]) {"expire-time", 't', 0, G_OPTION_ARG_INT, &expire_timeout, N_ ("Specifies the timeout in milliseconds at which to expire the " - "notification."), N_("TIME")}, + "notification. Currently ignored."), N_("TIME")}, {"app-name", 'a', 0, G_OPTION_ARG_STRING, &app_name, N_("Specifies the app name for the icon"), N_("APP_NAME")}, {"icon", 'i', 0, G_OPTION_ARG_FILENAME, &icons, -- 1.8.1.2