Trivial: Use 'SSH' rather than 'Ssh'
This is reflected in the '--help' screen. Change-Id: Ic22a65ff6a56b069b37a0ea8365cce2b3f93621c
This commit is contained in:
parent
040d0c2e82
commit
13e2bb9b96
@ -614,7 +614,7 @@ Show server details
|
||||
server ssh
|
||||
----------
|
||||
|
||||
Ssh to server
|
||||
SSH to server
|
||||
|
||||
.. program:: server ssh
|
||||
.. code:: bash
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user