From 70f1b398709ba8095c225e329458a3d69c6872c9 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 2 Jul 2025 10:21:10 +0100 Subject: [PATCH] fix docstring --- utils/virtualcam.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/virtualcam.js b/utils/virtualcam.js index a8cddb0..f6a049f 100644 --- a/utils/virtualcam.js +++ b/utils/virtualcam.js @@ -24,7 +24,7 @@ const flags = { } /** - * Contains the help information for the stream command group. + * Contains the help information for the virtualcam command group. * * @type {object} * @property {string} name - The name of the CLI command.