diff options
author | kotfu <kotfu@kotfu.net> | 2019-09-07 16:11:44 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-09-07 16:11:44 -0600 |
commit | 74857c34c00323c881f1669ae95788dcff6a48fa (patch) | |
tree | 359649000c2e55ea913250244db59da4b1e0cfd7 /cmd2/cmd2.py | |
parent | b9d21a222f02735be3c36be0cab8e83770619373 (diff) | |
parent | 693ec59719edc4384739392a0daea73c922b91c3 (diff) | |
download | cmd2-git-74857c34c00323c881f1669ae95788dcff6a48fa.tar.gz |
Merge branch 'master' into doc_additions
Diffstat (limited to 'cmd2/cmd2.py')
-rwxr-xr-x | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 6b509c20..a0a49a51 100755 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -2046,7 +2046,7 @@ class Cmd(cmd.Cmd): elif statement.output: import tempfile if (not statement.output_to) and (not self._can_clip): - self.perror("Cannot redirect to paste buffer; install 'pyperclip' and re-run to enable") + self.perror("Cannot redirect to paste buffer; missing 'pyperclip' and/or pyperclip dependencies") redir_error = True elif statement.output_to: |