Merge "Trivial: Use 'SSH' rather than 'Ssh'"

This commit is contained in:
Jenkins 2016-03-09 17:18:33 +00:00 committed by Gerrit Code Review
commit f8ac17ac52
2 changed files with 2 additions and 2 deletions

View File

@ -614,7 +614,7 @@ Show server details
server ssh
----------
Ssh to server
SSH to server
.. program:: server ssh
.. code:: bash

View File

@ -1445,7 +1445,7 @@ class ShowServer(command.ShowOne):
class SshServer(command.Command):
"""Ssh to server"""
"""SSH to server"""
def get_parser(self, prog_name):
parser = super(SshServer, self).get_parser(prog_name)