From 5bea4f26e9a701ca444600adc497b2a407631b58 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sun, 20 Apr 2008 12:25:16 -0400 Subject: Clean up test/benchmark naming --- phoronix-test-suite | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'phoronix-test-suite') diff --git a/phoronix-test-suite b/phoronix-test-suite index 972e8fa..875a659 100755 --- a/phoronix-test-suite +++ b/phoronix-test-suite @@ -77,15 +77,15 @@ case "${task}" in echo "http://www.phoronix-test-suite.com/" echo "=================================\n" # echo "gui: Launch The Phoronix Test Suite GUI" - echo "install : Install or Update The Specified Benchmark(s)" - echo "install-dependencies : Install The External (Distribution) Dependencies For Specified Benchmark(s)" - echo "run : Run The Specified Benchmark/Suite" - echo "batch-run : Run The Specified Benchmark/Suite in Batch Mode" - echo "benchmark : Same as manually running install and then run" - echo "batch-benchmark : Same as manually running install and then run in Batch Mode" + echo "install : Install or Update The Specified Test(s)" + echo "install-dependencies : Install The External (Distribution) Dependencies For Specified Test(s)" + echo "run : Run The Specified Test/Suite" + echo "batch-run : Run The Specified Test/Suite in Batch Mode" + echo "benchmark : Same as manually running install and then run" + echo "batch-benchmark : Same as manually running install and then run in Batch Mode" echo "merge-results : Merge two saved result sets" echo "remove-result : Remove this saved result file and associated files" - echo "list-tests: List all Phoronix Test Suite Benchmark profiles" + echo "list-tests: List all Phoronix Test Suite test profiles" echo "list-suites: List all Phoronix Test Suites" echo "list-saved-results: List all saved results" echo "system-information: Dump detected software and hardware information detected by PTS" -- cgit