mirror of
https://github.com/transmission/transmission.git
synced 2026-04-02 00:27:38 +01:00
refactor: rename unreleased quarks to snake_case (#7483)
* refactor: rename `sequentialDownload` to `sequential_download` * refactor: rename `beginPiece` to `begin_piece` * refactor: rename `endPiece` to `end_piece` * refactor: rename `ipProtocol` to `ip_protocol` * refactor: rename `preferred-transport` to `preferred_transport`
This commit is contained in:
@@ -263,7 +263,7 @@ int parseCommandLine(tr_variant* d, int argc, char const** argv)
|
||||
break;
|
||||
|
||||
case 500:
|
||||
tr_variantDictAddBool(d, TR_KEY_sequentialDownload, true);
|
||||
tr_variantDictAddBool(d, TR_KEY_sequential_download, true);
|
||||
break;
|
||||
|
||||
case TR_OPT_UNK:
|
||||
|
||||
Reference in New Issue
Block a user