From 8926e41ae06b39a59b651dbb434356f99dfd1607 Mon Sep 17 00:00:00 2001
From: Andre Maroneze <andre.maroneze@cea.fr>
Date: Thu, 5 Jan 2023 14:46:30 +0100
Subject: [PATCH] improve help message

---
 bin/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/test.sh b/bin/test.sh
index b89d8c297a7..1cc1794dc64 100755
--- a/bin/test.sh
+++ b/bin/test.sh
@@ -64,7 +64,7 @@ function Usage
     echo "  -r|--clean          clean (remove all) test results (includes -p)"
     echo "  -p|--ptests         prepare (all) dune files"
     echo "  -w|--wp-cache       prepare (pull) WP-cache"
-    echo "  -u|--update         run tests and update (push) WP-cache"
+    echo "  -u|--update         run tests and update (local) WP-cache"
     echo "  -l|--logs           print output of tests (single file, no diff)"
     echo "  -s|--save           save dune logs into $DUNE_LOG"
     echo "  -v|--verbose        print executed commands"
-- 
GitLab