Skip to content

Commit 8bb92a8

Browse files
committed
Updated documentation
1 parent 068e83f commit 8bb92a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/scripts/save_help_text.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding=utf-8
22
# flake8: noqa F821
33
"""
4-
A cmd2 script that saves the help text for every command and sub-commands to a file
5-
This is meant to be run with pyscript within a cmd2 session.
4+
A cmd2 script that saves the help text for every command and sub-command to a file.
5+
This is meant to be run within a cmd2 session using pyscript.
66
"""
77

88
import argparse

0 commit comments

Comments
 (0)