commit | 399dc1759e0a7b865ffa69ed9dbdbd0e51c7ae9b | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Wed Mar 18 21:29:15 2015 -0700 |
committer | Gerrit Code Review <gerrit@robotics.mvla.net> | Wed Mar 18 21:29:15 2015 -0700 |
tree | c2e47d0d63f2ee2569068ef4a8df60ed0851691e | |
parent | 019f8a1c0657545f7e07894d7478c25a200df030 [diff] | |
parent | 85bda50fe85afeb298aadd9c8ce05f8c8af05db6 [diff] |
Merge "Tuned actions."
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;