Index: run_remote_tests.sh |
diff --git a/run_remote_tests.sh b/run_remote_tests.sh |
index 36e028d2afddb250a610f7723354ec55fcf1ed1c..64ddaf295af988211ea310e598a932b6b0629fa6 100755 |
--- a/run_remote_tests.sh |
+++ b/run_remote_tests.sh |
@@ -14,7 +14,8 @@ |
get_default_board |
-DEFINE_string args "" "Command line arguments for test, separated with comma" a |
+DEFINE_string args "" \ |
+ "Command line arguments for test. Quoted and space separated if multiple." a |
DEFINE_string board "$DEFAULT_BOARD" \ |
"The board for which you are building autotest" |
DEFINE_string chroot "${DEFAULT_CHROOT_DIR}" "alternate chroot location" c |