Skip to content

Commit

Permalink
Remove hintpolicy related options in help message
Browse files Browse the repository at this point in the history
hintpolicy was dropped sometime ago so related help message should be
dropped as well.

Signed-off-by: Kairui Song <kasong@redhat.com>
  • Loading branch information
ryncsn committed Nov 9, 2018
1 parent 926a19c commit 3ae01f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions irqbalance.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ struct option lopts[] = {
{"oneshot", 0, NULL, 'o'},
{"debug", 0, NULL, 'd'},
{"foreground", 0, NULL, 'f'},
{"hintpolicy", 1, NULL, 'h'},
{"powerthresh", 1, NULL, 'p'},
{"banirq", 1 , NULL, 'i'},
{"deepestcache", 1, NULL, 'c'},
Expand All @@ -99,7 +98,7 @@ struct option lopts[] = {

static void usage(void)
{
log(TO_CONSOLE, LOG_INFO, "irqbalance [--oneshot | -o] [--debug | -d] [--foreground | -f] [--journal | -j] [--hintpolicy= | -h [exact|subset|ignore]]\n");
log(TO_CONSOLE, LOG_INFO, "irqbalance [--oneshot | -o] [--debug | -d] [--foreground | -f] [--journal | -j]\n");
log(TO_CONSOLE, LOG_INFO, " [--powerthresh= | -p <off> | <n>] [--banirq= | -i <n>] [--banmod= | -m <module>] [--policyscript= | -l <script>]\n");
log(TO_CONSOLE, LOG_INFO, " [--pid= | -s <file>] [--deepestcache= | -c <n>] [--interval= | -t <n>]\n");
}
Expand Down

0 comments on commit 3ae01f5

Please sign in to comment.