From 7505a31cf12907fcc80cb3374e59980b9fc27ba2 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Thu, 5 Dec 2013 17:21:42 +0900 Subject: [PATCH] update help --- tools/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }