summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py4
-rw-r--r--tests/test_cmd2.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index faf1847d..124b482a 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -36,12 +36,12 @@ edit history macro pyscript set shortcuts
BASE_HELP_VERBOSE = """
Documented commands (type help <topic>):
================================================================================
-alias Manages aliases
+alias Manage aliases
edit Edit a file in a text editor
help List available commands with "help" or detailed help with "help cmd"
history View, run, edit, save, or clear previously entered commands
load Runs commands in script file that is encoded as either ASCII or UTF-8 text
-macro Manages macros
+macro Manage macros
py Invoke python command, shell, or script
pyscript Runs a python script file inside the console
quit Exits this application
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index e07e6af3..05a38457 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -1253,11 +1253,11 @@ diddly This command does diddly
Other
================================================================================
-alias Manages aliases
+alias Manage aliases
help List available commands with "help" or detailed help with "help cmd"
history View, run, edit, save, or clear previously entered commands
load Runs commands in script file that is encoded as either ASCII or UTF-8 text
-macro Manages macros
+macro Manage macros
py Invoke python command, shell, or script
pyscript Runs a python script file inside the console
quit Exits this application