From d6793412ed3e22eb0bb8de6db5725774c418e4a2 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Sat, 29 Oct 2016 09:40:59 +0200 Subject: [PATCH] fix formatting in shell header --- ca_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca_shell.py b/ca_shell.py index 75f1582..bf31349 100755 --- a/ca_shell.py +++ b/ca_shell.py @@ -11,7 +11,7 @@ __doc__= """ """ class CAManagerShell(cmd.Cmd, object): - intro= """# LILiK CA Manager\n + intro= """# LILiK CA Manager # Welcome to the certification authority shell. Type help or ? to list commands. """