From 4360bb729c10bad676d07857be6e18d700171af2 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 11 Mar 2020 17:51:10 -0400 Subject: [PATCH] mgr/orch: 'age' -> 'ago' in 'orch ls' output Signed-off-by: Sage Weil --- src/pybind/mgr/orchestrator/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 7c459de0cc93..3196b802ee71 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -359,7 +359,7 @@ class OrchestratorCli(OrchestratorClientMixin, MgrModule): table.add_row(( s.service_name, '%d/%d' % (s.running, s.size), - nice_delta(now, s.last_refresh, ' age'), + nice_delta(now, s.last_refresh, ' ago'), nice_delta(now, s.created), s.spec.placement.pretty_str() if s.spec else '-', ukn(s.container_image_name), -- 2.47.3