diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-27 12:07:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-27 12:07:11 -0500 |
commit | 36c698767a3024b593fe143e401562f59d2a139c (patch) | |
tree | 835f6e936fa35da2f85ddbc2cd500bfd2fefa38e /cmd2.py | |
parent | 0ee3d6bf3cd20877870d9542d858f8abb1e7f4f1 (diff) | |
parent | 5c23a4b66dff02e62f57e416319fc221ebeac291 (diff) | |
download | cmd2-git-36c698767a3024b593fe143e401562f59d2a139c.tar.gz |
Merge pull request #286 from python-cmd2/unused_and_edit_fixes
Fixed removed_unused.py example and help for edit command
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2184,7 +2184,7 @@ a..b, a:b, a:, ..b items by indices (inclusive) @with_argument_list def do_edit(self, arglist): - """Edit a file or command in a text editor. + """Edit a file in a text editor. Usage: edit [file_path] Where: |