Mercurial > hg > CbC > old > CbC_scripts
changeset 4:1a5ca6a13e67
fix desc
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 10 Aug 2015 20:05:52 +0900 |
parents | 62d7512f2bf1 |
children | 7af72e3e4b62 |
files | meta_connector/meta_connector_pipe.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/meta_connector/meta_connector_pipe.py Mon Aug 03 20:47:06 2015 +0900 +++ b/meta_connector/meta_connector_pipe.py Mon Aug 10 20:05:52 2015 +0900 @@ -13,10 +13,10 @@ Parse meta connect syntax. Default output is stdout. sample) - goto meta|code1(arg1, arg2, ...); + goto meta_code1|code1(arg1, arg2, ...); \t| \tV - goto meta(context, arg1, arg2, ..., Code1); + goto meta_code1(context, arg1, arg2, ..., Code1); """) parser.add_argument('input_file',\ nargs=None,\