From 2148a7204af4d0d5e0e0a19bb2b3a1d1ac9af3a8 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sun, 22 Jun 2008 17:33:03 -0400 Subject: Add man page for phoronix-test-suite. Man pages found in documentation/man-pages/ --- phoronix-test-suite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phoronix-test-suite') 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") -- cgit