summaryrefslogtreecommitdiff
path: root/docs/argument_processing.rst
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-09 22:56:24 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-09 22:56:24 -0400
commit0e8ab46adfbeac86291899115a28a36f6eb066bc (patch)
tree5cb0ac1cc50c821bcccffba77d79a472c6008bbc /docs/argument_processing.rst
parent63f0aa3256ef4422c2b3eab3d9ea0d44a15cc93e (diff)
downloadcmd2-git-0e8ab46adfbeac86291899115a28a36f6eb066bc.tar.gz
Docstring updates
Diffstat (limited to 'docs/argument_processing.rst')
-rw-r--r--docs/argument_processing.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/argument_processing.rst b/docs/argument_processing.rst
index 022ea4d6..8aed7498 100644
--- a/docs/argument_processing.rst
+++ b/docs/argument_processing.rst
@@ -278,16 +278,16 @@ the help categories with per-command Help Messages::
================================================================================
alias Define or display aliases
config Config command
- edit Edit a file in a text editor.
- help List available commands with "help" or detailed help with "help cmd".
+ edit Edit a file in a text editor
+ help List available commands with "help" or detailed help with "help cmd"
history usage: history [-h] [-r | -e | -s | -o FILE | -t TRANSCRIPT] [arg]
- load Runs commands in script file that is encoded as either ASCII or UTF-8 text.
+ load Runs commands in script file that is encoded as either ASCII or UTF-8 text
py Invoke python command, shell, or script
pyscript Runs a python script file inside the console
- quit Exits this application.
+ quit Exits this application
set usage: set [-h] [-a] [-l] [settable [settable ...]]
- shell Execute a command as if at the OS prompt.
- shortcuts Lists shortcuts (aliases) available.
+ shell Execute a command as if at the OS prompt
+ shortcuts Lists shortcuts available
unalias Unsets aliases
version Version command