Browse Source

Events monitor help legend for up/down fixed (j is down)

German M. Bravo 12 năm trước cách đây
mục cha
commit
27e088d8cd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      celery/events/cursesmon.py

+ 1 - 1
celery/events/cursesmon.py

@@ -52,7 +52,7 @@ class CursesMonitor(object):  # pragma: no cover
     background = curses.COLOR_WHITE
     online_str = 'Workers online: '
     help_title = 'Keys: '
-    help = ('j:up k:down i:info t:traceback r:result c:revoke ^c: quit')
+    help = ('j:down k:up i:info t:traceback r:result c:revoke ^c: quit')
     greet = 'celery events {0}'.format(VERSION_BANNER)
     info_str = 'Info: '