From 0e8ab46adfbeac86291899115a28a36f6eb066bc Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sun, 9 Sep 2018 22:56:24 -0400 Subject: Docstring updates --- docs/argument_processing.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1