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
1 changed files with 1 additions and 1 deletions

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;