From 170b529729089dc24b296863827ce7e2e6bf5471 Mon Sep 17 00:00:00 2001 From: Kleuter Date: Sun, 11 Aug 2024 22:42:09 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ec07ef..2fb7b3f 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,9 @@ Simple Qt-based command line tool that calculates the total C++ code size of a d ``` ``` -Dir: "~/projects/mySourceDir" -Total code files: 2076 -Code size: "33.40 MB" -Code lines: 893932 + C++ code size: 33.40 MB +C++ code lines: 893932 +C++ code files: 2076 ``` You can pass arbitrary number of directories.