summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 1a08193..de29eca 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -120,7 +120,7 @@ case "$1" in
"list-results" | "list-saved-results")
$PHP_BIN pts-core/pts-run-cmd.php LIST_SAVED_RESULTS
;;
-"show-result")
+"show-result" | "show-results" | "view-result" | "view-results")
$PHP_BIN pts-core/pts-run-cmd.php SHOW_RESULT $2
;;
"info" | "suite-info" | "suite-information" | "test-info" | "test-information")