Add waitfor:// in io.debug description

This commit is contained in:
pancake 2016-07-28 12:59:51 +02:00
parent f2ac0a1d52
commit 57996ce39f

View File

@ -454,7 +454,7 @@ static RIODesc *__open(RIO *io, const char *file, int rw, int mode) {
RIOPlugin r_io_plugin_debug = {
.name = "debug",
.desc = "Native debugger (dbg:///bin/ls dbg://1388 pidof://)",
.desc = "Native debugger (dbg:///bin/ls dbg://1388 pidof:// waitfor://)",
.license = "LGPL3",
.open = __open,
.check = __plugin_open,