# HG changeset patch # User Nsukami Patrick # Date 1554919157 0 # Node ID 3aa0c203747c8d53f5539d6ea7ee1bbd78dd7126 # Parent 30d0e27a1d5202bb1a0b68c1d191105db075ed9e Fix DeprecationWarning: invalid escape sequence \ diff -r 30d0e27a1d52 -r 3aa0c203747c cubicweb/server/serverctl.py --- a/cubicweb/server/serverctl.py Fri Apr 12 11:56:13 2019 +0200 +++ b/cubicweb/server/serverctl.py Wed Apr 10 17:59:17 2019 +0000 @@ -602,7 +602,7 @@ {'short': 'p', 'type': 'string', 'metavar': '', 'default': None, 'help': 'Use this password instead of prompt for one.\n' - '/!\ THIS IS AN INSECURE PRACTICE /!\ \n' + '/!\\ THIS IS AN INSECURE PRACTICE /!\\ \n' 'the password will appear in shell history'} ), )