Clarify some descriptions

Change-Id: I3177c468eeec3f1de49d6e2d71889c36acf202bc
diff --git a/mbedtls-release-ci-testing.yaml b/mbedtls-release-ci-testing.yaml
index 594e67f..734e1fb 100644
--- a/mbedtls-release-ci-testing.yaml
+++ b/mbedtls-release-ci-testing.yaml
@@ -6,22 +6,22 @@
     parameters:
     - string:
         default: ssh://git@github.com/Mbed-TLS/mbedtls.git
-        description: Enter mbed TLS repo/fork
+        description: Mbed TLS repo/fork
         name: MBED_TLS_REPO
         trim: 'true'
     - string:
         default: development
-        description: Enter branch or commit to test
+        description: Branch or commit to test
         name: MBED_TLS_BRANCH
         trim: 'true'
     - string:
         default: ssh://git@github.com:Mbed-TLS/mbedtls-framework.git
-        description: Enter Framework repo/fork to override the one specififed in the Mbed TLS branch (only used if FRAMEWORK_BRANCH is also set)
+        description: Framework repo/fork to override the one specified in the Mbed TLS branch (only used if FRAMEWORK_BRANCH is also set)
         name: FRAMEWORK_REPO
         trim: 'true'
     - string:
         default: ''
-        description: Enter Framework branch to override the one specififed in the Mbed TLS branch.
+        description: Framework branch/sha to override the sha specified in the Mbed TLS branch
         name: FRAMEWORK_BRANCH
         trim: 'false'
     - bool:
@@ -30,7 +30,7 @@
         name: RUN_BASIC_BUILD_TEST
     - bool:
         default: false
-        description: Run all.sh on Linux
+        description: Run all.sh (complete) on Linux
         name: RUN_ALL_SH
     - bool:
         default: false
@@ -42,7 +42,7 @@
         name: RUN_WINDOWS_TEST
     - bool:
         default: false
-        description: Push head to coverity branch, triggering a scan (development only)
+        description: Push head to coverity branch, triggering a scan (only done for the development branch)
         name: PUSH_COVERITY
     - string:
         name: TEST_BRANCH