Skip to content

Commit

Permalink
Update help text of remote-test-client to reflect changed command
Browse files Browse the repository at this point in the history
  • Loading branch information
seritools committed May 31, 2020
1 parent 577ac2f commit 0199fdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/tools/remote-test-client/src/main.rs
Expand Up @@ -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:
Expand All @@ -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(),
Expand Down

0 comments on commit 0199fdc

Please sign in to comment.