From b94b3e7e2e66932be6c130e76a66f51bbd7a0c8a Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 9 Mar 2024 14:51:03 +0100 Subject: [PATCH] added comment to show test add example --- src/test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index da2fdd791..d405c50d1 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -301,7 +301,7 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const if (command == "add") { shell.printfln("Testing Adding a device (product_id %d), with all values...", id2); - test("add", id1, id2); // e.g. 8 172 + test("add", id1, id2); // e.g. "test add 0x8 172" shell.invoke_command("show values"); ok = true; }