diff options
-rw-r--r-- | sos/collector/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/collector/__init__.py b/sos/collector/__init__.py index 6d96d692..f072287e 100644 --- a/sos/collector/__init__.py +++ b/sos/collector/__init__.py @@ -272,7 +272,7 @@ class SoSCollector(SoSComponent): help="chroot executed commands to SYSROOT") sos_grp.add_argument('-e', '--enable-plugins', action="extend", help='Enable specific plugins for sosreport') - sos_grp.add_argument('-k', '--plugin-options', action="extend", + sos_grp.add_argument('-k', '--plugin-option', action="extend", help='Plugin option as plugname.option=value') sos_grp.add_argument('--log-size', default=0, type=int, help='Limit the size of individual logs (in MiB)') |