Browse Source

[master] minor wording change for the python readline warning.

Okayed via jabber yesterday.

I am not adding a changelog entry as it is minor.
Jeremy C. Reed 12 years ago
parent
commit
62c273605b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/bin/bindctl/bindcmd.py

+ 3 - 3
src/bin/bindctl/bindcmd.py

@@ -148,9 +148,9 @@ class BindCmdInterpreter(Cmd):
         # is processed by a script that expects a specific format.
         if my_readline == sys.stdin.readline and sys.stdin.isatty():
             sys.stdout.write("""\
-WARNING: Python readline module isn't available, so the command line editor
-         (including command history management) does not work.  See BIND 10
-         guide for more details.\n\n""")
+WARNING: The Python readline module isn't available, so some command line
+         editing features (including command history management) will not
+         work.  See the BIND 10 guide for more details.\n\n""")
 
         try:
             if not self.login_to_cmdctl():