shortened -e to -r

This commit is contained in:
Кirils Sоlovjоvs 2018-09-06 20:56:03 +03:00 committed by condret
parent 907636d7d3
commit 85d69039c6

View File

@ -142,7 +142,7 @@ Debugging a program redirecting io to another terminal
$ tty ; clear ; sleep 999999
/dev/ttyS010
## in another terminal run r2
$ r2 \-e dbg.profile=foo.rr2 -d ls
$ r2 \-r foo.rr2 -d ls
## or you can use -R option
$ r2 \-R stdio=/dev/ttys010 -d ls
$ cat foo.rr2