aboutsummaryrefslogtreecommitdiffstats
path: root/src/sosreport
diff options
context:
space:
mode:
authorshnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-12 09:34:07 +0000
committershnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-12 09:34:07 +0000
commit4c6d1e7c6f01487d919c93c3bfb6592c0dc9b1c7 (patch)
treee55f9096162ce5f85027a6ff7113789af9350eee /src/sosreport
parent0f7e1f252f00c948209cbff8b376ba291d3facbc (diff)
downloadsos-4c6d1e7c6f01487d919c93c3bfb6592c0dc9b1c7.tar.gz
* cosmetic fixes.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@197 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/sosreport')
-rwxr-xr-xsrc/sosreport8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sosreport b/src/sosreport
index ae8d6609..b00dfd6a 100755
--- a/src/sosreport
+++ b/src/sosreport
@@ -432,19 +432,19 @@ def sosreport():
print "The following plugins are currently enabled:"
print
for (plugname,plug) in loadedplugins:
- print " %-15s %s" % (plugname,plug.get_description())
+ print " %-25s %s" % (plugname,plug.get_description())
print
print "The following plugin options are available:"
print
for (plug, plugname, optname, optparm) in alloptions:
- print " %-15s %s [%d]" % (plugname + "." + optname, optparm["desc"], optparm["enabled"])
+ print " %-25s %s [%d]" % (plugname + "." + optname, optparm["desc"], optparm["enabled"])
print
print "The following plugins are currently disabled:"
print
for (plugname,plugclass) in skippedplugins:
- print " %-15s %s" % (plugname,plugclass.get_description())
+ print " %-25s %s" % (plugname,plugclass.get_description())
print
sys.exit()
@@ -463,7 +463,7 @@ def sosreport():
sys.exit(1)
try:
- raw_input("""This utility will collect some detailed information about the
+ raw_input("""This utility will collect some detailed information about the
hardware and setup of your Red Hat Enterprise Linux system.
This information will be used to diagnose problems with your
system and will be considered confidential information.