Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
troed committed Apr 27, 2024
1 parent 7dec5b7 commit 1f595b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,4 +64,4 @@ With all transcriptions saved, finding from which source you read about somethin

```bash
$ grep -H <something> .summarize.data/*/transcription.txt | while read line; do cat "${line%/*}"/url.txt; done < <(awk '{print $1}')
```
```

0 comments on commit 1f595b3

Please sign in to comment.