mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
595: transmission-remote command-line parsing error reported by aroberts
This commit is contained in:
parent
6db7a5177f
commit
b9bd002030
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ readargs( int argc, char ** argv, struct opts * opts )
|
||||||
{ "type", required_argument, NULL, 't' },
|
{ "type", required_argument, NULL, 't' },
|
||||||
{ "upload-limit", required_argument, NULL, 'u' },
|
{ "upload-limit", required_argument, NULL, 'u' },
|
||||||
{ "upload-unlimited", no_argument, NULL, 'U' },
|
{ "upload-unlimited", no_argument, NULL, 'U' },
|
||||||
{ "proxy", no_argument, NULL, 'U' },
|
{ "proxy", no_argument, NULL, 'x' },
|
||||||
{ NULL, 0, NULL, 0 }
|
{ NULL, 0, NULL, 0 }
|
||||||
};
|
};
|
||||||
int opt, gotmsg;
|
int opt, gotmsg;
|
||||||
|
|
Loading…
Reference in a new issue