From 4164dd7752cf4ae1111053bf077c3e2d78a8e1b8 Mon Sep 17 00:00:00 2001
From: Johan Holmberg <holmberg556@gmail.com>
Date: Mon, 28 Nov 2016 13:36:02 +0100
Subject: [PATCH] rename cmdline() argument

---
 lib/cmdtest/baselogger.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/cmdtest/baselogger.rb b/lib/cmdtest/baselogger.rb
index 46c5cb3..e70e32c 100644
--- a/lib/cmdtest/baselogger.rb
+++ b/lib/cmdtest/baselogger.rb
@@ -53,7 +53,7 @@ module Cmdtest
     def testmethod_end(method)
     end
 
-    def cmdline(method, comment)
+    def cmdline(cmdline_arg, comment)
     end
 
     def test_skipped(str)
@@ -103,7 +103,7 @@ module Cmdtest
       @n_methods += 1
     end
 
-    def cmdline(method, comment)
+    def cmdline(cmdline_arg, comment)
       @n_commands += 1
     end