Merge "Trivial: Use 'SSH' rather than 'Ssh'"
This commit is contained in:
commit
f8ac17ac52
@ -614,7 +614,7 @@ Show server details
|
|||||||
server ssh
|
server ssh
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Ssh to server
|
SSH to server
|
||||||
|
|
||||||
.. program:: server ssh
|
.. program:: server ssh
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
@ -1445,7 +1445,7 @@ class ShowServer(command.ShowOne):
|
|||||||
|
|
||||||
|
|
||||||
class SshServer(command.Command):
|
class SshServer(command.Command):
|
||||||
"""Ssh to server"""
|
"""SSH to server"""
|
||||||
|
|
||||||
def get_parser(self, prog_name):
|
def get_parser(self, prog_name):
|
||||||
parser = super(SshServer, self).get_parser(prog_name)
|
parser = super(SshServer, self).get_parser(prog_name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user