Improved usage screen

This commit is contained in:
Pierre Pronchery 2009-03-08 16:10:08 +00:00
parent 5f0b1800dc
commit 688cc83bf0

View File

@ -453,7 +453,7 @@ static gboolean _download_on_timeout(gpointer data)
/* usage */
static int _usage(void)
{
fputs("Usage: download [-O output][-U user-agent] url\n"
fputs("Usage: download [-O output][-U user-agent] URL\n"
" -O file to write document to\n"
" -U user agent string to send\n", stderr);
return 1;