Browse Source

fixed: remove color log (#839)

pull/847/head
Kim 8 years ago
committed by Max Lv
parent
commit
7455eb387d
1 changed files with 2 additions and 0 deletions
  1. 2
      src/redir.c

2
src/redir.c

@ -781,6 +781,8 @@ main(int argc, char **argv)
opterr = 0;
USE_TTY();
while ((c = getopt_long(argc, argv, "f:s:p:l:k:t:m:c:b:a:n:huUvA",
long_options, &option_index)) != -1) {
switch (c) {

Loading…
Cancel
Save