1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 00:34:04 +00:00

595: transmission-remote command-line parsing error reported by aroberts

This commit is contained in:
Charles Kerr 2008-01-07 19:31:18 +00:00
parent 6db7a5177f
commit b9bd002030

View file

@ -287,7 +287,7 @@ readargs( int argc, char ** argv, struct opts * opts )
{ "type", required_argument, NULL, 't' },
{ "upload-limit", required_argument, NULL, 'u' },
{ "upload-unlimited", no_argument, NULL, 'U' },
{ "proxy", no_argument, NULL, 'U' },
{ "proxy", no_argument, NULL, 'x' },
{ NULL, 0, NULL, 0 }
};
int opt, gotmsg;