Skip to content

Commit 30111ee

Browse files
committed
feat: hint on how to disable hdd detection
1 parent 5690f96 commit 30111ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ impl App {
138138
let disks = Disks::new_with_refreshed_list();
139139
if any_path_is_in_hdd::<hdd::RealApi>(&self.args.files, &disks) {
140140
eprintln!("warning: HDD detected, the thread limit will be set to 1");
141+
eprintln!("hint: You can pass --threads=max disable this behavior");
141142
Some(1)
142143
} else {
143144
None

0 commit comments

Comments
 (0)