aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/chrony.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/chrony.py b/sos/plugins/chrony.py
index 11fc2579..f432cfbd 100644
--- a/sos/plugins/chrony.py
+++ b/sos/plugins/chrony.py
@@ -32,7 +32,7 @@ class Chrony(Plugin, RedHatPlugin):
self.add_cmd_output([
"chronyc activity",
"chronyc tracking",
- "chronyc sources",
+ "chronyc -n sources",
"chronyc sourcestats",
"chronyc serverstats",
"chronyc ntpdata",