From 1f595b3bab641ed9ac6156ca6b3485baa12e57b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Troed=20S=C3=A5ngberg?= Date: Sat, 27 Apr 2024 12:11:46 +0200 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e33238c..d204ea9 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ The script saves transcriptions to a folder in the same directory, and if the sa Optional parameters: -q : Quiet, does not print any progress information or execution time - -c : Conversational, waits for further questions after the summary is printed - -C : Conversational, immediately prompts without first doing a summary + -c : Conversational, waits for further questions after the summary is printed + -C : Conversational, immediately prompts without first doing a summary -d : Debug, prints all output from the called programs # Performance @@ -64,4 +64,4 @@ With all transcriptions saved, finding from which source you read about somethin ```bash $ grep -H .summarize.data/*/transcription.txt | while read line; do cat "${line%/*}"/url.txt; done < <(awk '{print $1}') -``` \ No newline at end of file +```