Trivial: Use 'SSH' rather than 'Ssh'

This is reflected in the '--help' screen.

Change-Id: Ic22a65ff6a56b069b37a0ea8365cce2b3f93621c
This commit is contained in:
Stephen Finucane 2016-03-09 14:37:04 +00:00
parent 040d0c2e82
commit 13e2bb9b96
2 changed files with 2 additions and 2 deletions
doc/source/command-objects
openstackclient/compute/v2

@ -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)