From 21398a01d2357e9c2a63f2dd203b335dfe13e309 Mon Sep 17 00:00:00 2001 From: stratumadev Date: Sat, 2 Aug 2025 21:04:52 +0200 Subject: [PATCH] fixed docs typo --- modules/module.args.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module.args.ts b/modules/module.args.ts index 81ed8e7..7faad77 100644 --- a/modules/module.args.ts +++ b/modules/module.args.ts @@ -367,7 +367,7 @@ const args: TAppArg[] = [ { name: 'tsd', group: 'dl', - describe: '(Total Session Death) Kills all active Crunchyroll Streaming Sessions to prevent getting the "TOO_MANY_ACTIVE_STREAMS" error', + describe: '(Total Session Death) Kills all active Crunchyroll Streaming Sessions to prevent getting the "TOO_MANY_ACTIVE_STREAMS" error.', docDescribe: true, service: ['crunchy'], type: 'boolean',