From 66f2d06117c8fa2657f3afc71f50e4783f6fe74c Mon Sep 17 00:00:00 2001 From: Ahmed Saheed <87912847+ahmedsaheed@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:24:00 +0100 Subject: [PATCH 1/2] chore(minor): update help text --- src/help.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/help.txt b/src/help.txt index 72e7607..4e8a13d 100644 --- a/src/help.txt +++ b/src/help.txt @@ -6,6 +6,8 @@ usage: kc [options] [directory] include ignored files and directories --blame list all of the files for each language + -d + include more details such as blank lines -t, --top [number] only show the top few languages -x, --exclude [name | extension] From 3a07457410475bfa505b410528baa2d06efaf7f3 Mon Sep 17 00:00:00 2001 From: Ahmed Saheed <87912847+ahmedsaheed@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:34:04 +0100 Subject: [PATCH 2/2] chore(minor): update help text --- src/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/help.txt b/src/help.txt index 4e8a13d..e895c9d 100644 --- a/src/help.txt +++ b/src/help.txt @@ -6,7 +6,7 @@ usage: kc [options] [directory] include ignored files and directories --blame list all of the files for each language - -d + -d, --detailed include more details such as blank lines -t, --top [number] only show the top few languages