Mercurial > python-cmd2
changeset 17:f81b5670a713
more readme connection
author | catherine@localhost |
---|---|
date | Thu, 15 May 2008 13:41:54 -0400 |
parents | 0a316420636e |
children | b7489d3f838e |
files | README.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Thu May 15 13:41:22 2008 -0400 +++ b/README.txt Thu May 15 13:41:54 2008 -0400 @@ -47,7 +47,7 @@ :: - @options([make_option('-m', '--myoption', action="store_true", help="atinLay")]) + @options([make_option('-m', '--myoption', action="store_true", help="all about my option")]) def myfunc(self, arg): ...