From 6bf454a959c0be999d6d334199c557e357b75c5f Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Mon, 19 May 2014 16:55:33 +0400 Subject: [PATCH] Sync translate --- console/application/methods_func.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/console/application/methods_func.py b/console/application/methods_func.py index 1d9b609..8c53dab 100644 --- a/console/application/methods_func.py +++ b/console/application/methods_func.py @@ -67,7 +67,8 @@ 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 cache of process result")) + dest='keep_result', help=_("keep the cache of the relevant " + "process results")) parser.add_argument( '--pid-kill', type=int, metavar = 'PID', dest='pid_kill', help=_("kill the selected process"))