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,6 +23,7 @@ print_help(void)
"Usage: picrin [options] [file]\n" "Usage: picrin [options] [file]\n"
"\n" "\n"
"Options:\n" "Options:\n"
" -e [program] run one liner ecript\n"
" -h show this help"; " -h show this help";
puts(help); puts(help);