aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/sos/plugins/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/sos/plugins/ssh.py')
-rw-r--r--src/lib/sos/plugins/ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sos/plugins/ssh.py b/src/lib/sos/plugins/ssh.py
index 5b9fd9cf..92a4c9e5 100644
--- a/src/lib/sos/plugins/ssh.py
+++ b/src/lib/sos/plugins/ssh.py
@@ -17,7 +17,7 @@
import sos.plugintools
class ssh(sos.plugintools.PluginBase):
- """This plugin gathers ssh-related information
+ """ssh-related information
"""
def setup(self):
self.addCopySpec("/etc/ssh/ssh_config")