From 3f3b4ccd4fd639ba8f4e9ce3eadae3896e620951 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 4 Sep 2026 14:21:39 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index d5fd9bef0..f419cc83d 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1894,7 +1894,7 @@ int main(int argc, char *argv[]) printf(" rename : Rename an existing example\n"); printf(" remove : Remove an existing example\n"); printf(" build : Build example for Desktop and Web platforms\n"); - printf(" test : Build and Test example for Desktop and Web platforms\n"); + printf(" test : Build and test example for Desktop and Web platforms\n"); printf(" testlog : Validate test logs, generates report\n"); printf(" validate : Validate examples collection, generates report\n"); printf(" update : Validate and update examples collection, generates report\n\n");