From 2f95675348724a0a1d2f4e989976264b8b6fafae Mon Sep 17 00:00:00 2001
From: Daniel Oaks <daniel@danieloaks.net>
Date: Thu, 1 Dec 2016 18:51:29 +1000
Subject: [PATCH] docstring: Update

---
 irctest/__main__.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/irctest/__main__.py b/irctest/__main__.py
index 3bba305..625cbd2 100644
--- a/irctest/__main__.py
+++ b/irctest/__main__.py
@@ -76,7 +76,8 @@ parser.add_argument('-s', '--specification', type=str, action='append',
         help=('The set of specifications to test the program with. '
         'Valid values: {}. '
         'Use this option multiple times to test with multiple '
-        'specifications. If it is not given, defaults to all.')
+        'specifications. If it is not given, defaults to all that '
+        'are not deprecated.')
         .format(', '.join(x.value for x in Specifications)))
 parser.add_argument('-l', '--loose', action='store_true',
         help='Disables strict checks of conformity to the specification. '