summaryrefslogtreecommitdiff
path: root/queryt.c
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2021-09-05 13:25:01 +0100
committerrafa_99 <raroma09@gmail.com>2021-09-05 13:25:01 +0100
commit0157ba581042306c6207388e03abdad9f0de9be4 (patch)
tree53a4d99972fb7e11256f7c714340abaab6054ac3 /queryt.c
parent0150234f07c9999a405f53ab4666984e17d27e0e (diff)
Added Manual and info and updated Makefile
Diffstat (limited to 'queryt.c')
-rw-r--r--queryt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/queryt.c b/queryt.c
index fb4e918..edf9d01 100644
--- a/queryt.c
+++ b/queryt.c
@@ -128,8 +128,8 @@ void processOptions(int *options, char **args, int argc)
if ( options[1] || (options[3] && options[4]) || argc == 1)
{
printf("Usage: queryt -s [SEARCH]... [OPTIONS]...\n"
- "Make youtube querys without authentication or API Key\n\n"
- " -f, --format format the output query with with custom modifiers\n"
+ "API Keyless YouTube querying tool.\n\n"
+ " -f, --format uses format modifiers to customize the output\n"
" a author;\n"
" d duration;\n"
" i video id;\n"