From ec6f9ab3a84f32097f9ac2ef53647df1390b2675 Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Thu, 6 Aug 2026 19:49:48 -0700 Subject: [PATCH] Update the help output on OS/2 to reflect most users are likely using AHCI --- lib/os_os2.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/os_os2.cpp b/lib/os_os2.cpp index 3ce4cef0..13c11dd4 100644 --- a/lib/os_os2.cpp +++ b/lib/os_os2.cpp @@ -40,11 +40,11 @@ static HFILE hDevice; // unsupported commands (eg, 3ware controllers). void print_smartctl_examples(){ printf("=================================================== SMARTCTL EXAMPLES =====\n\n" - " smartctl -a hd0 (Prints all SMART information)\n\n" - " smartctl --smart=on --offlineauto=on --saveauto=on hd0\n" + " smartctl -a ahci0 (Prints all SMART information)\n\n" + " smartctl --smart=on --offlineauto=on --saveauto=on ahci0\n" " (Enables SMART on first disk)\n\n" - " smartctl -t long hd0 (Executes extended disk self-test)\n\n" - " smartctl --attributes --log=selftest --quietmode=errorsonly hd0\n" + " smartctl -t long ahci0 (Executes extended disk self-test)\n\n" + " smartctl --attributes --log=selftest --quietmode=errorsonly ahci0\n" " (Prints Self-Test & Attribute errors)\n" ); return; -- 2.50.1