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:
Yat Ho
2025-03-11 06:30:19 +08:00
committed by GitHub
parent 200af70762
commit 7b83c7d625
15 changed files with 72 additions and 72 deletions

View File

@@ -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: