diff options
-rw-r--r-- | sos/plugins/lvm2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sos/plugins/lvm2.py b/sos/plugins/lvm2.py index 4e55f27f..d321e62c 100644 --- a/sos/plugins/lvm2.py +++ b/sos/plugins/lvm2.py @@ -22,8 +22,8 @@ class Lvm2(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): plugin_name = 'lvm2' option_list = [("lvmdump", 'collect an lvmdump tarball', 'fast', False), - ("lvmdump-a", 'use the -a option of lvmdump (implies the ' \ - + '"lvmdump" option)', 'slow', False)] + ("lvmdump-am", 'use the -a -m options of lvmdump ' \ + '(implies the "lvmdump" option)', 'slow', False)] def do_lvmdump(self): """Collects an lvmdump in standard format with optional metadata |