commit | dbcc87dec001d9025088dea9da0994070bc3e8a5 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Mar 15 20:41:34 2015 -0700 |
committer | Brian Silverman <brians> | Sun Mar 15 20:41:34 2015 -0700 |
tree | efbe69a3575ed17253c2b8a3f5695d35b4011618 | |
parent | d20b3adfe511914900b36cea67427fec9f25eac2 [diff] [blame] |
fix log_displayer -N Change-Id: Ifcfacf628d8fd62e0469dccfb8e9fa1af81d9a05
diff --git a/aos/linux_code/logging/log_displayer.cc b/aos/linux_code/logging/log_displayer.cc index cdc8f46..4050bd4 100644 --- a/aos/linux_code/logging/log_displayer.cc +++ b/aos/linux_code/logging/log_displayer.cc
@@ -147,7 +147,7 @@ }; int option_index = 0; - const int c = getopt_long(argc, argv, "n:l:p:fts:m:o:h", + const int c = getopt_long(argc, argv, "N:n:l:p:fts:m:o:h", long_options, &option_index); if (c == -1) { // if we're at the end break;