Skip to content

Commit 0199fdc

Browse files
committed
Update help text of remote-test-client to reflect changed command
1 parent 577ac2f commit 0199fdc

File tree

1 file changed

+4
-3
lines changed
  • src/tools/remote-test-client/src

1 file changed

+4
-3
lines changed

src/tools/remote-test-client/src/main.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ Usage: {0} <command> [<args>]
306306
Sub-commands:
307307
spawn-emulator <target> <server> <tmpdir> [rootfs] See below
308308
push <path> Copy <path> to emulator
309-
run <files> [args...] Run program on emulator
309+
run <file> <support_lib_count> [support_libs...] [args...]
310+
Run program on emulator
310311
help Display help message
311312
312313
Spawning an emulator:
@@ -325,8 +326,8 @@ specified. The file at <path> is sent to this target.
325326
Executing commands on a running emulator:
326327
327328
First the target emulator/adb session is connected to as for pushing files. Next
328-
the colon separated list of <files> is pushed to the target. Finally, the first
329-
file in <files> is executed in the emulator, preserving the current environment.
329+
the <file> and any specified support libs are pushed to the target. Finally, the
330+
<file> is executed in the emulator, preserving the current environment.
330331
That command's status code is returned.
331332
",
332333
env::args().next().unwrap(),

0 commit comments

Comments
 (0)