changed units to F

pull/2/head
Nickiel12 1 year ago
parent 97bb44f717
commit 11790783fc

@ -68,6 +68,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
for drive in drives {
let output = match Command::new(args.hddtemp_executable.clone())
.arg("--unit=F")
.arg(drive.clone())
.output()
{

Loading…
Cancel
Save