Add l and d to the getops parameters.
This commit is contained in:
parent
0c0b9a6735
commit
b2a2ebb8c0
1 changed files with 1 additions and 1 deletions
2
bwbar.c
2
bwbar.c
|
|
@ -224,7 +224,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
program = argv[0];
|
||||
|
||||
while ( (opt = getopt_long(argc, argv, "iof:p:t:x:y:b:kMGh", longopts, NULL)) != -1 ) {
|
||||
while ( (opt = getopt_long(argc, argv, "iof:l:d:t:x:y:b:kMGh", longopts, NULL)) != -1 ) {
|
||||
switch ( opt ) {
|
||||
case 'i':
|
||||
measure_input = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue