Fix user agent command-line parameter
Thanks to yui for seeing that!
This commit is contained in:
parent
981ade6eeb
commit
c069b76f1b
1 changed files with 1 additions and 1 deletions
2
surf.c
2
surf.c
|
@ -1517,7 +1517,7 @@ main(int argc, char *argv[])
|
|||
stylefile = EARGF(usage());
|
||||
break;
|
||||
case 'u':
|
||||
useragent = EARGF(usage());
|
||||
fulluseragent = EARGF(usage());
|
||||
break;
|
||||
case 'v':
|
||||
die("surf-"VERSION", ©2009-2015 surf engineers, "
|
||||
|
|
Loading…
Reference in a new issue