From 0199fdc0f72ec6942d93d0bf23c7fa1fb9fbf54f Mon Sep 17 00:00:00 2001 From: Dennis Duda Date: Sun, 31 May 2020 15:20:52 +0200 Subject: [PATCH] Update help text of remote-test-client to reflect changed command --- src/tools/remote-test-client/src/main.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/tools/remote-test-client/src/main.rs b/src/tools/remote-test-client/src/main.rs index dea8bb933c9..88eaaac287b 100644 --- a/src/tools/remote-test-client/src/main.rs +++ b/src/tools/remote-test-client/src/main.rs @@ -306,7 +306,8 @@ fn help() { Sub-commands: spawn-emulator [rootfs] See below push Copy to emulator - run [args...] Run program on emulator + run [support_libs...] [args...] + Run program on emulator help Display help message Spawning an emulator: @@ -325,8 +326,8 @@ fn help() { Executing commands on a running emulator: First the target emulator/adb session is connected to as for pushing files. Next -the colon separated list of is pushed to the target. Finally, the first -file in is executed in the emulator, preserving the current environment. +the and any specified support libs are pushed to the target. Finally, the + is executed in the emulator, preserving the current environment. That command's status code is returned. ", env::args().next().unwrap(),