diff options
author | rafa_99 <raroma09@gmail.com> | 2021-09-05 13:25:01 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2021-09-05 13:25:01 +0100 |
commit | 0157ba581042306c6207388e03abdad9f0de9be4 (patch) | |
tree | 53a4d99972fb7e11256f7c714340abaab6054ac3 /queryt.c | |
parent | 0150234f07c9999a405f53ab4666984e17d27e0e (diff) |
Added Manual and info and updated Makefile
Diffstat (limited to 'queryt.c')
-rw-r--r-- | queryt.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |