diff cmd2.py @ 329:c69ad8418d39

free function docs
author cat@eee
date Fri, 12 Feb 2010 15:55:38 -0500
parents 7b2bca3951a7
children 3aca8af5971f
line wrap: on
line diff
--- a/cmd2.py	Fri Feb 12 15:35:48 2010 -0500
+++ b/cmd2.py	Fri Feb 12 15:55:38 2010 -0500
@@ -1129,9 +1129,11 @@
                   pyparsing.stringEnd)    
     def do_save(self, arg):
         """`save [N] [filename.ext]`
+
         Saves command from history to file.
-        N => Number of command (from history), or `*`; 
-             most recent command if omitted"""
+
+        | N => Number of command (from history), or `*`; 
+        |      most recent command if omitted"""
 
         try:
             args = self.saveparser.parseString(arg)