#284 closed Bug (fixed)
cli parse of -n fails
Reported by: | mtolman | Owned by: | somebody |
---|---|---|---|
Priority: | Normal | Milestone: | Sometime |
Component: | CLI | Version: | 0.80 |
Severity: | Major | Keywords: | |
Cc: |
Description
On line 367 of /cli/transmissioncli.c there is an extra colon at the end of the string, just after the "n". If you try to start transmissioncli with -n it fails. The correct line should be:
c = getopt_long( argc, argv, "hisrv:p:u:d:f:c:m:a:n",
Thanks Mark
Change History (2)
comment:1 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 15 years ago by charles
- Component changed from Transmission to CLI
Note: See
TracTickets for help on using
tickets.
Fixed in svn. Thanks for the patch!