diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-24 00:35:44 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-24 00:35:44 -0500 |
commit | b9a98aa3412b4c0882b2e3bb89c8a10463e93c97 (patch) | |
tree | 47f68dd4288012bca1712967cac99925d24261a4 /cmd2.py | |
parent | 656a7742f0f15bf64f259e4f32b1d0a082fcfc83 (diff) | |
download | cmd2-git-b9a98aa3412b4c0882b2e3bb89c8a10463e93c97.tar.gz |
Fixed removed_unused.py example and help for edit command
The remove_unused.py example had become outdated since the cmdenvironment command no longer exists.
The help text for the edit command was outdated since the functionality for editing previous commands got moved from the edit command to the history command.
This closes #276.
This closes #282.
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2176,7 +2176,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: |