summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-02-24 00:35:44 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-02-24 00:35:44 -0500
commitb9a98aa3412b4c0882b2e3bb89c8a10463e93c97 (patch)
tree47f68dd4288012bca1712967cac99925d24261a4 /cmd2.py
parent656a7742f0f15bf64f259e4f32b1d0a082fcfc83 (diff)
downloadcmd2-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-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 1c2daf7b..44f9bb1b 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -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: