diff --git a/tools/main.c b/tools/main.c index 96d557fd..3c2015f2 100644 --- a/tools/main.c +++ b/tools/main.c @@ -23,7 +23,8 @@ print_help(void) "Usage: picrin [options] [file]\n" "\n" "Options:\n" - " -h show this help"; + " -e [program] run one liner ecript\n" + " -h show this help"; puts(help); }