diff --git a/README.md b/README.md index b7097bd..af7c40a 100644 --- a/README.md +++ b/README.md @@ -55,15 +55,15 @@ remote windows # list visible windows remote focus # focus a window remote maximize # maximize and focus a window remote minimize-all # minimize all windows -remote prompt "Please click Save" # show MessageBox, blocks until user confirms -remote prompt "message" --title "Title" # with custom dialog title +remote inform "Something happened" # notify user (fire-and-forget, no response) +remote inform "message" --title "Title" # with custom dialog title remote run [args...] # launch program (fire-and-forget) remote clipboard-get # get clipboard text remote clipboard-set # set clipboard text remote upload # upload file to device remote download # download file from device remote version # compare relay/helios/client commits -remote logs # fetch last 100 lines of client log +remote logs # fetch last 20 lines of client log (default) remote logs --lines 200 # custom line count ```