aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index b210b71..7a1e68e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -481,7 +481,7 @@ static void torrent_list_check_new_downloads_callback(int id, const char *name,
if(is_finished) {
if(id < unfinished_torrents->size && unfinished_torrents->items[id] == 1) {
unfinished_torrents->items[id] = 0;
- const char *notify_args[] = { "notify-send", "-u", "normal", "--", "Download finished", name, NULL };
+ const char *notify_args[] = { "notify-send", "-u", "normal", "-t", "10000", "--", "Download finished", name, NULL };
program_exec(notify_args, NULL, NULL);
}
} else {
@@ -720,7 +720,7 @@ static void command_cleanup(int argc, char **argv, const char *rss_config_dir, c
}
for(;;) {
- fprintf(stderr, "==> Media to stop tracking: (in number range, eg: 10, \"1-3\")\n");
+ fprintf(stderr, "==> Media to stop tracking: (eg: 10, 1-3)\n");
fprintf(stderr, "==> ");
fflush(stderr);