summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-03 16:44:05 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 16:44:05 -0400
commitbd0b8c70c388d11901cfe341015332c516091334 (patch)
treeed9a6799860d5b1da3009c296d667e1b6127a5d0 /phoronix-test-suite
parent74884acedc6f435ac54b8a598fcdebe746c11bf5 (diff)
downloadphoronix-test-suite-upstream-bd0b8c70c388d11901cfe341015332c516091334.tar.gz
phoronix-test-suite-upstream-bd0b8c70c388d11901cfe341015332c516091334.tar.xz
phoronix-test-suite-upstream-bd0b8c70c388d11901cfe341015332c516091334.zip
pts-core: Drop sensors and sensor-options arguments
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite4
1 files changed, 2 insertions, 2 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 80950ea..30b7a5b 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -170,8 +170,8 @@ case "$1" in
"sensor-options")
$PHP_BIN pts-core/pts-run-cmd.php SENSOR_OPTIONS
;;
-"sensors")
- $PHP_BIN pts-core/pts-run-cmd.php SENSORS
+"sensors" | "sensor-options")
+ echo "\nThis option was dropped from the Phoronix Test Suite. For more information and the replacement option, view the latest documentation.\n"
;;
*)
cat <<'EOT'