Improved usage screen
This commit is contained in:
parent
5f0b1800dc
commit
688cc83bf0
@ -453,7 +453,7 @@ static gboolean _download_on_timeout(gpointer data)
|
|||||||
/* usage */
|
/* usage */
|
||||||
static int _usage(void)
|
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"
|
" -O file to write document to\n"
|
||||||
" -U user agent string to send\n", stderr);
|
" -U user agent string to send\n", stderr);
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user