File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 
src/tools/remote-test-client/src Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,8 @@ Usage: {0} <command> [<args>]
306306Sub-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
312313Spawning an emulator: 
@@ -325,8 +326,8 @@ specified. The file at <path> is sent to this target.
325326Executing commands on a running emulator: 
326327
327328First 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.
330331That command's status code is returned. 
331332" , 
332333        env:: args( ) . next( ) . unwrap( ) , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments