Browse Source

Fix command line parsing. load-limit/threshold options

Serj Kalichev 4 years ago
parent
commit
df044df33b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      birq.c

+ 1 - 1
birq.c

@@ -430,7 +430,7 @@ static int opts_parse(int argc, char *argv[], struct options *opts)
 		{"debug",		0, NULL, 'd'},
 		{"facility",		1, NULL, 'O'},
 		{"threshold",		1, NULL, 't'},
-		{"load-limit",		1, NULL, 't'},
+		{"load-limit",		1, NULL, 'l'},
 		{"verbose",		0, NULL, 'v'},
 		{"ht",			0, NULL, 'r'},
 		{"short-interval",	1, NULL, 'i'},