From b2a2ebb8c051f6cb4a4df4822fa0e6d9521f67c4 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Tue, 30 Aug 2022 00:17:06 +0100 Subject: [PATCH] Add l and d to the getops parameters. --- bwbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwbar.c b/bwbar.c index 11dc675..f3d6dc1 100644 --- a/bwbar.c +++ b/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;