diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-05 21:48:25 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-05 21:48:25 -0400 |
commit | 41dcf1cc7c33cb67f64431e30023d0135efa2668 (patch) | |
tree | 6c66f113a61de85967bdebafd0bf65bee644f4b3 /cmd2/cmd2.py | |
parent | d3e39079fa2b2f0fb42f539a613f2249e4253cb8 (diff) | |
download | cmd2-git-41dcf1cc7c33cb67f64431e30023d0135efa2668.tar.gz |
Updated docstring
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index bdcb0699..d93a25b3 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -612,7 +612,7 @@ class Cmd(cmd.Cmd): - truncated text is still accessible by scrolling with the right & left arrow keys - chopping is ideal for displaying wide tabular data as is done in utilities like pgcli False -> causes lines longer than the screen width to wrap to the next line - - wrapping is ideal when you want to avoid users having to use horizontal scrolling + - wrapping is ideal when you want to keep users from having to use horizontal scrolling WARNING: On Windows, the text always wraps regardless of what the chop argument is set to """ |