From 487308820d6e7f4fc9156097f60e3e6c39c198de Mon Sep 17 00:00:00 2001 From: Andrea Cimbalo Date: Sat, 20 Aug 2016 05:59:45 +0200 Subject: [PATCH] add documentation for sign_request --- ca_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca_shell.py b/ca_shell.py index f27ef3d..ca320cc 100755 --- a/ca_shell.py +++ b/ca_shell.py @@ -75,9 +75,9 @@ class CAManagerShell(cmd.Cmd, object): return results def do_sign_request(self, l): + 'Sign a request using a CA: SIGN_REQUEST ca_name request_id' argv = l.split() argc = len(argv) - 'Sign a certificate from a request' # argument number is too low if argc < 3: