5598: make cli User.info consistent w/other output

svn: r23110
This commit is contained in:
Vassilii Khachaturov 2013-09-13 09:00:46 +00:00
parent 532424605b
commit 2abca1d071

View File

@ -196,5 +196,4 @@ class User(user.User):
""" """
Displays information to the CLI Displays information to the CLI
""" """
self._fileout.write(msg1) self._fileout.write("{} {}\n".format(msg1, infotext))
self._fileout.write(infotext)