mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Cleanup comment
This commit is contained in:
parent
5efd67b5e2
commit
fcebdbb7a7
1 changed files with 1 additions and 1 deletions
|
@ -908,7 +908,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
|
|||
}
|
||||
|
||||
if matches.is_present(OPT_BUF_SIZE) {
|
||||
// 10K is the default extsort buffer, but that's too small, so we set at 100M
|
||||
// 16G is the default in memory buffer.
|
||||
// Although the "default" is never used unless extsort options are given
|
||||
settings.buffer_size = {
|
||||
let input = matches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue