Slightly improved the usage screen

This commit is contained in:
Pierre Pronchery 2012-06-23 22:07:22 +00:00
parent 4d344dfcb5
commit 8d8f6373ca

View File

@ -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;
}