summaryrefslogtreecommitdiffstats
path: root/pts-core/options/system_information.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/options/system_information.php')
-rw-r--r--pts-core/options/system_information.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/options/system_information.php b/pts-core/options/system_information.php
index 175b5cf..288fe39 100644
--- a/pts-core/options/system_information.php
+++ b/pts-core/options/system_information.php
@@ -20,9 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class system_information
+class system_information implements pts_option_interface
{
- public static function run()
+ public static function run($r)
{
echo pts_string_header("Phoronix Test Suite v" . PTS_VERSION . " (" . PTS_CODENAME . ")\nSystem Information");
echo "Hardware:\n" . pts_hw_string() . "\n\n";