From c7c7c33f60fcc4eaec55939dd78eeda8fe869c69 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Mon, 8 Sep 2014 13:30:33 +0400 Subject: [PATCH] Update translate --- console/application/methods_func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/application/methods_func.py b/console/application/methods_func.py index 8c53dab..5b6b292 100644 --- a/console/application/methods_func.py +++ b/console/application/methods_func.py @@ -67,7 +67,7 @@ def parse(): dest='pid_res', help=_("view the result of the process")) parser.add_argument( '--keep-result', action='store_true', default=False, - dest='keep_result', help=_("keep the cache of the relevant " + dest='keep_result', help=_("keep the cache of the " "process results")) parser.add_argument( '--pid-kill', type=int, metavar = 'PID',