From 8bb92a8ad40a253070a68b2126afc2ef66fa9a4f Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 20 Dec 2018 21:20:07 -0500 Subject: Updated documentation --- examples/scripts/save_help_text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/scripts') diff --git a/examples/scripts/save_help_text.py b/examples/scripts/save_help_text.py index 709edfca..9bdc1efa 100644 --- a/examples/scripts/save_help_text.py +++ b/examples/scripts/save_help_text.py @@ -1,8 +1,8 @@ # coding=utf-8 # flake8: noqa F821 """ -A cmd2 script that saves the help text for every command and sub-commands to a file -This is meant to be run with pyscript within a cmd2 session. +A cmd2 script that saves the help text for every command and sub-command to a file. +This is meant to be run within a cmd2 session using pyscript. """ import argparse -- cgit v1.2.1