Skip to content

Commit f8ac17a

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Trivial: Use 'SSH' rather than 'Ssh'"
2 parents 1cef184 + 13e2bb9 commit f8ac17a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/command-objects/server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Show server details
614614
server ssh
615615
----------
616616
617-
Ssh to server
617+
SSH to server
618618
619619
.. program:: server ssh
620620
.. code:: bash

openstackclient/compute/v2/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ def take_action(self, parsed_args):
14451445

14461446

14471447
class SshServer(command.Command):
1448-
"""Ssh to server"""
1448+
"""SSH to server"""
14491449

14501450
def get_parser(self, prog_name):
14511451
parser = super(SshServer, self).get_parser(prog_name)

0 commit comments

Comments
 (0)