diff --git a/coreutils/wc.c b/coreutils/wc.c index 0056723..d129222 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -90,7 +90,7 @@ int main(const int argc, const char **argv) { if (i == argc) { count(STDIN_FILENO); - print_count("total", tlines, twords, tbytes); + print_count("", lines, words, bytes); } for (; i < argc; i++) {