Fix help of eco cmd

This commit is contained in:
Anton Kochkov 2016-07-02 21:36:06 +03:00
parent 20801a3ee4
commit 5cd31d7aa4

View File

@ -235,7 +235,7 @@ static int cmd_eval(void *data, const char *input) {
eprintf ("Something went wrong\n");
}
} else if (input[2]=='?') {
eprintf ("Usage: eco [themename] ;load theme from /usr/share/radare2/0.10.2-git/cons/\n");
eprintf ("Usage: eco [themename] ;load theme from "R2_DATDIR"/radare2/"R2_VERSION"/cons/\n");
} else {
nextpal (core, 'l');