diff options
| author | dec05eba <dec05eba@protonmail.com> | 2025-12-18 12:37:44 +0100 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2025-12-18 12:41:08 +0100 |
| commit | 0f7713168ddd143ec153498f35a67421d1b6715e (patch) | |
| tree | 13466da65f7618e4d2743e9b666d9345b79a7c25 /src/args_parser.c | |
| parent | a7f9354839077ac457b6975758f3cbe7216b0190 (diff) | |
Spelling
Diffstat (limited to 'src/args_parser.c')
| -rw-r--r-- | src/args_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args_parser.c b/src/args_parser.c index d4b7ba8..0d990ae 100644 --- a/src/args_parser.c +++ b/src/args_parser.c @@ -346,7 +346,7 @@ static void usage_full() { printf(" If this is set to 'yes' and GPU encoding is not available on the system then CPU encoding will be used instead. Optional, set to 'no' by default.\n"); printf(" If the fallback to CPU encoding happens then h264 codec will forcefully be used.\n"); printf(" This should ideally not be used. Instead properly install vaapi on your system to encode the video with your GPU.\n"); - printf(" Some very old GPUs dont support video encoding in which case this option may be used.\n"); + printf(" Some very old GPUs don't support video encoding in which case this option may be used.\n"); printf("\n"); printf(" --info\n"); printf(" List info about the system. Lists the following information (prints them to stdout and exits):\n"); |
