aboutsummaryrefslogtreecommitdiff
path: root/idlestat.c
diff options
context:
space:
mode:
Diffstat (limited to 'idlestat.c')
-rw-r--r--idlestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlestat.c b/idlestat.c
index 5de407f..ca49d31 100644
--- a/idlestat.c
+++ b/idlestat.c
@@ -994,7 +994,7 @@ int getoptions(int argc, char *argv[], struct program_options *options)
int optindex = 0;
- c = getopt_long(argc, argv, ":de:f:o:ht:r:cpwVvCB",
+ c = getopt_long(argc, argv, ":b:e:f:o:ht:r:cpwVvCB",
long_options, &optindex);
if (c == -1)
break;