summaryrefslogtreecommitdiffstats
path: root/schedutils/chrt.c
diff options
context:
space:
mode:
authorDavidlohr Bueso2011-05-10 20:35:23 +0200
committerKarel Zak2011-05-17 16:29:59 +0200
commit1b9b57ace598fa700a5df61cf9f1778fffd842aa (patch)
treee36712ea43b5084976483e52c3335853bddc07ad /schedutils/chrt.c
parentul.c: warn user when command chooses term type (diff)
downloadkernel-qcow2-util-linux-1b9b57ace598fa700a5df61cf9f1778fffd842aa.tar.gz
kernel-qcow2-util-linux-1b9b57ace598fa700a5df61cf9f1778fffd842aa.tar.xz
kernel-qcow2-util-linux-1b9b57ace598fa700a5df61cf9f1778fffd842aa.zip
chrt: clarify use of -a option
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>
Diffstat (limited to 'schedutils/chrt.c')
-rw-r--r--schedutils/chrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedutils/chrt.c b/schedutils/chrt.c
index fca347678..6c2c6f223 100644
--- a/schedutils/chrt.c
+++ b/schedutils/chrt.c
@@ -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"