]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chrt: clarify use of -a option
authorDavidlohr Bueso <dave@gnu.org>
Tue, 10 May 2011 18:35:23 +0000 (14:35 -0400)
committerKarel Zak <kzak@redhat.com>
Tue, 17 May 2011 14:29:59 +0000 (16:29 +0200)
With this option we can operate on all the thread group of a process not just
for changes, but also when obtaining information via sched_getscheduler().

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
schedutils/chrt.c

index fca347678d3249f57e8416195314cd5031d95c91..6c2c6f2232d30fe864e78dcf6847fd79e747a6f4 100644 (file)
@@ -81,7 +81,7 @@ static void __attribute__((__noreturn__)) show_usage(int rc)
 #endif
        fprintf(out, _(
        "\nOptions:\n"
-       "  -a | --all-tasks     propagate changes to all the tasks for a given pid\n"
+       "  -a | --all-tasks     operate on all the tasks (threads) for a given pid\n"
        "  -h | --help          display this help\n"
        "  -m | --max           show min and max valid priorities\n"
        "  -p | --pid           operate on existing given pid\n"