Fix #343 - No autocompletion for breakpoints

This commit is contained in:
pancake 2013-12-04 01:14:22 +01:00
parent 2186875a55
commit 7f884567c4
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ R_API RCore *r_core_new() {
#define CMDS (sizeof (radare_argv)/sizeof(const char*))
static const char *radare_argv[] = {
"?", "?v",
"dH", "ds", "dso", "dsl", "dc", "dd", "dm", "db", "db-",
"dH", "ds", "dso", "dsl", "dc", "dd", "dm", "db ", "db-",
"dp", "dr", "dcu", "dmd", "dmp", "dml",
"ec","ecs",
"S",