From b4a74734dd0a597f2ee40560e90aa11d67505596 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 13 May 2023 12:48:06 +0200 Subject: [PATCH] single-test help-text update --- scripts/test_single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_single.sh b/scripts/test_single.sh index fc633b6c..ef2fca9d 100755 --- a/scripts/test_single.sh +++ b/scripts/test_single.sh @@ -18,7 +18,7 @@ then echo ' 2: api key file' echo " 3: path to local collection - set to '0' to clone from github" echo ' 4: name of test to run' - echo ' 5: if test mode should be ran (optional; 0/1; default=1)' + echo ' 5: if check-mode should be ran (optional; 0/1; default=1)' echo ' 6: path to virtual environment (optional)' echo '' exit 1