summaryrefslogtreecommitdiff
path: root/_pytest/pastebin.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2012-05-19 10:54:12 +0200
committerholger krekel <holger@merlinux.eu>2012-05-19 10:54:12 +0200
commit1bf1cfd07a34ea19feecad8e6b90a84ee597b8a6 (patch)
tree57c5cfa8743e432407d88e9d036840dd0f27a5d5 /_pytest/pastebin.py
parent51d94a4a6e13b17e79349cd72a88e5dde5dce7a8 (diff)
downloadpytest-1bf1cfd07a34ea19feecad8e6b90a84ee597b8a6.tar.gz
fix help string for --paste
Diffstat (limited to '_pytest/pastebin.py')
-rw-r--r--_pytest/pastebin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/pastebin.py b/_pytest/pastebin.py
index a73f259cb..46a696d3b 100644
--- a/_pytest/pastebin.py
+++ b/_pytest/pastebin.py
@@ -11,7 +11,7 @@ def pytest_addoption(parser):
group._addoption('--pastebin', metavar="mode",
action='store', dest="pastebin", default=None,
type="choice", choices=['failed', 'all'],
- help="send failed|all info to Pocoo pastebin service.")
+ help="send failed|all info to bpaste.net pastebin service.")
def pytest_configure(__multicall__, config):
import tempfile