Browse Source

pluralise command list ca

master
Edoardo Putti 8 years ago
parent
commit
69b883d6fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shell.py

+ 1
- 1
shell.py View File

@ -24,7 +24,7 @@ class CAManagerShell(cmd.Cmd):
super(CAManagerShell, self).__init__()
self.ca_manager = ca_manager
def do_ls_ca(self, l):
def do_ls_cas(self, l):
'List the available certification authorities: LS_CA'
for i, authority in enumerate(self.ca_manager.ca):
print('- %d - %s' % (i, authority))


Loading…
Cancel
Save