diff options
-rw-r--r-- | sos/report/plugins/ubuntu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/report/plugins/ubuntu.py b/sos/report/plugins/ubuntu.py index 5a89f6f2..b6b88fcf 100644 --- a/sos/report/plugins/ubuntu.py +++ b/sos/report/plugins/ubuntu.py @@ -18,7 +18,7 @@ class Ubuntu(Plugin, UbuntuPlugin): def setup(self): self.add_cmd_output([ - "ubuntu-support-status --show-all", + "ubuntu-security-status --thirdparty --unavailable", "hwe-support-status --verbose", "ubuntu-advantage status" ]) |