From 8d8f6373cab31541bd24a3a07b28dc397308b102 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 23 Jun 2012 22:07:22 +0000 Subject: [PATCH] Slightly improved the usage screen --- src/download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download.c b/src/download.c index ae1ca15..f60a24a 100644 --- a/src/download.c +++ b/src/download.c @@ -834,7 +834,7 @@ static gboolean _download_on_timeout(gpointer data) static int _usage(void) { fputs(_("Usage: download [-O output][-U user-agent] URL...\n" -" -O File to write document to\n" +" -O File to write the remote document to\n" " -U User-agent string to send\n"), stderr); return 1; }