diff options
| author | Dennis Duda <git@seri.tools> | 2020-05-31 15:20:52 +0200 |
|---|---|---|
| committer | Dennis Duda <git@seri.tools> | 2020-05-31 17:23:46 +0200 |
| commit | 0199fdc0f72ec6942d93d0bf23c7fa1fb9fbf54f (patch) | |
| tree | a3e3ead519321fa1e36577aa9bba09e50fde6ecc | |
| parent | 577ac2f836f860646ca4f47a5effcfe6f024ec39 (diff) | |
| download | rust-0199fdc0f72ec6942d93d0bf23c7fa1fb9fbf54f.tar.gz rust-0199fdc0f72ec6942d93d0bf23c7fa1fb9fbf54f.zip | |
Update help text of remote-test-client to reflect changed command
| -rw-r--r-- | src/tools/remote-test-client/src/main.rs | 7 |
1 files 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 @@ Usage: {0} <command> [<args>] Sub-commands: spawn-emulator <target> <server> <tmpdir> [rootfs] See below push <path> Copy <path> to emulator - run <files> [args...] Run program on emulator + run <file> <support_lib_count> [support_libs...] [args...] + Run program on emulator help Display help message Spawning an emulator: @@ -325,8 +326,8 @@ specified. The file at <path> is sent to this target. 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 <files> is pushed to the target. Finally, the first -file in <files> is executed in the emulator, preserving the current environment. +the <file> and any specified support libs are pushed to the target. Finally, the +<file> is executed in the emulator, preserving the current environment. That command's status code is returned. ", env::args().next().unwrap(), |
