summaryrefslogtreecommitdiff
path: root/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'example.py')
-rwxr-xr-xexample.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.py b/example.py
index 6d0bca4..a0a8337 100755
--- a/example.py
+++ b/example.py
@@ -53,7 +53,7 @@ def _main():
(options, _args) = parser.parse_args()
if options.timeout and not options.blocking:
- parser.error('Can only use -t with -b')
+ parser.error('Can only use --timeout with --blocking')
logging.basicConfig(format='%(message)s', level=logging.INFO)