From f7cdad231c567aed32bf8d2888d9a13fb34003c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 16 Jun 2016 18:29:22 +0200 Subject: [PATCH] functions: fixed description of exec function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- tuned/profiles/functions/function_exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuned/profiles/functions/function_exec.py b/tuned/profiles/functions/function_exec.py index 21447db..23d226d 100644 --- a/tuned/profiles/functions/function_exec.py +++ b/tuned/profiles/functions/function_exec.py @@ -5,7 +5,7 @@ from tuned.utils.commands import commands class execute(base.Function): """ - Conversion function: sectors to kbytes + Executes process and substitutes its output. """ def __init__(self): # unlimited number of arguments, min 1 argument (the name of executable)