mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
Fix: allow -c short option for --color
This commit is contained in:
parent
c623ca889d
commit
ad83d9b3a9
|
|
@ -141,7 +141,7 @@ int main( int argc, char** argv )
|
|||
|
||||
int c;
|
||||
// while c != -1
|
||||
while( (c = getopt_long( argc, argv, "hi:g:m:a:t:", long_options, NULL) ) != -1 )
|
||||
while( (c = getopt_long( argc, argv, "hi:c:g:m:a:t:", long_options, NULL) ) != -1 )
|
||||
{
|
||||
switch( c )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue