mirror of
https://github.com/transmission/transmission
synced 2025-02-12 17:34:40 +00:00
Fix a typo in transmissioncli, --create -> --create-from
This commit is contained in:
parent
5552aab68b
commit
2369afa14c
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ parseCommandLine( int argc, char ** argv )
|
|||
{ "upload", required_argument, NULL, 'u' },
|
||||
{ "download", required_argument, NULL, 'd' },
|
||||
{ "finish", required_argument, NULL, 'f' },
|
||||
{ "create", required_argument, NULL, 'c' },
|
||||
{ "create-from", required_argument, NULL, 'c' },
|
||||
{ "comment", required_argument, NULL, 'm' },
|
||||
{ "announce", required_argument, NULL, 'a' },
|
||||
{ "nat-traversal", no_argument, NULL, 'n' },
|
||||
|
|
Loading…
Reference in a new issue