update help

This commit is contained in:
Yuichi Nishiwaki 2013-12-05 17:21:42 +09:00
parent af2efbc990
commit 7505a31cf1
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}