Compare commits

...

3 Commits

Author SHA1 Message Date
Dzmitry Neviadomski a1d8eb4fd2
Merge 3b039268f9 into 821a6816ef 2024-04-24 12:34:51 +06:00
Pooyan Khanjankhani 821a6816ef
doc: fix typo (#6790) 2024-04-21 18:21:17 -05:00
Dzmitry Neviadomski 3b039268f9
Fix incorrect value for SortIncludes in .clang-format
See https://clang.llvm.org/docs/ClangFormatStyleOptions.html#sortincludes

Signed-off-by: Dzmitry Neviadomski <nevack.d@gmail.com>
2024-04-14 21:30:20 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ PenaltyBreakBeforeFirstCallParameter: 0
PenaltyReturnTypeOnItsOwnLine: 1000 PenaltyReturnTypeOnItsOwnLine: 1000
PointerAlignment: Left PointerAlignment: Left
ReflowComments: false ReflowComments: false
SortIncludes: false SortIncludes: Never
SpaceAfterCStyleCast: false SpaceAfterCStyleCast: false
SpacesBeforeTrailingComments: 1 SpacesBeforeTrailingComments: 1
SpacesInAngles: false SpacesInAngles: false

View File

@ -1,3 +1,3 @@
--- ---
DisableFormat: true DisableFormat: true
SortIncludes: false SortIncludes: Never

View File

@ -150,7 +150,7 @@ Get a file list for the current torrent(s)
.It Fl g Fl -get Ar all | file-index | files .It Fl g Fl -get Ar all | file-index | files
Mark file(s) for download. Mark file(s) for download.
.Ar all .Ar all
marks all all of the torrent's files for downloading, marks all of the torrent's files for downloading,
.Ar file-index .Ar file-index
adds a single file to the download list, and adds a single file to the download list, and
.Ar files .Ar files