From be45acb45948fb42863e2bf9f86f1809d0431926 Mon Sep 17 00:00:00 2001 From: khyernet Date: Tue, 30 Apr 2024 13:40:40 -0800 Subject: [PATCH] readme: update helptext locations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08faaa1..b612d08 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Downloading three coding videos at once with 720p resolution each ``` tcb bulk get -q 720 'https://www.youtube.com/watch?v=qclZUQYZTzg' 'https://www.youtube.com/watch?v=wvQCIMjlxHw' 'https://www.youtube.com/watch?v=3T3ZDquDDVg' ``` -Full usage help is available with `tcb help`, but can also be seen in the [strings.txt](https://github.com/khyerdev/tcobalt/blob/main/src/args/strings.txt) file +Full usage help is available with `tcb help`, but can also be seen in the [usage.txt](https://github.com/khyerdev/tcobalt/blob/main/src/strings/usage.txt) and [info.txt](https://github.com/khyerdev/tcobalt/blob/main/src/strings/info.txt) files tcobalt also supports `tcb --help`, `tcb -h`, `tcb --version`, and `tcb -v` for people who have not read the help or this page