Sync translate

develop 3.2.0
Mike khiretskiy 10 years ago
parent b803c633fa
commit 6bf454a959

@ -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"))

Loading…
Cancel
Save