You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/sys-apps/calculate-console/files/calculate-console-3.2.0-r1....

14 lines
643 B

diff --git console/application/methods_func.py console/application/methods_func.py
index 8c53dab..5b6b292 100644
--- console/application/methods_func.py
+++ 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',