]> git.ipfire.org Git - thirdparty/util-linux.git/commit
bash-completion: update chrt completion
authorSami Kerola <kerolasa@iki.fi>
Sun, 3 Apr 2016 08:35:28 +0000 (09:35 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 4 Apr 2016 08:26:03 +0000 (10:26 +0200)
commit0fc63d38f3257417bc555981ba50620a60620a66
treed8570f0fe335059c0977d61f1e56411660ea30f4
parentb3a50671480095c3723ef0792d5f80aba80f31b2
bash-completion: update chrt completion

Add couple missing options, and make the completion overall work better.

That said completion is still incomplete, pardon the pun.  After user has
specified policy then giving a hint what priority needs to be specified is
theoretically possible, but such hint is not given.  There does not seem to
be easy way to know when user wants stops specifying options and move to
defining priority in: chrt [options] [prio] [command|pid].

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
bash-completion/chrt