summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-06-22 17:33:03 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-06-22 17:33:03 -0400
commit2148a7204af4d0d5e0e0a19bb2b3a1d1ac9af3a8 (patch)
tree7e1366091f561ed9df0c634c8753c8ee3a98a202 /phoronix-test-suite
parent8a8c4b9dd8a029950f76fd2a95b667d4c43c5a0f (diff)
downloadphoronix-test-suite-upstream-2148a7204af4d0d5e0e0a19bb2b3a1d1ac9af3a8.tar.gz
phoronix-test-suite-upstream-2148a7204af4d0d5e0e0a19bb2b3a1d1ac9af3a8.tar.xz
phoronix-test-suite-upstream-2148a7204af4d0d5e0e0a19bb2b3a1d1ac9af3a8.zip
Add man page for phoronix-test-suite. Man pages found in
documentation/man-pages/
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")