From b1b13de95d54980c9dc4f19f376ab82db3c47adb Mon Sep 17 00:00:00 2001 From: beautifulrem <98527099+beautifulrem@users.noreply.github.com> Date: Sat, 10 May 2025 04:43:30 +0800 Subject: [PATCH] Update cli.js Signed-off-by: beautifulrem <98527099+beautifulrem@users.noreply.github.com> --- dist/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/cli.js b/dist/cli.js index 9ddd49f..c56c1f0 100644 --- a/dist/cli.js +++ b/dist/cli.js @@ -977,7 +977,7 @@ program .option('--fullscreen', 'Start in full screen', DEFAULT_PAKE_OPTIONS.fullscreen) .option('--hide-title-bar', 'For Mac, hide title bar', DEFAULT_PAKE_OPTIONS.hideTitleBar) .option('--multi-arch', 'For Mac, both Intel and M1', DEFAULT_PAKE_OPTIONS.multiArch) - .option('--inject ', 'Injection of .js or .css files', DEFAULT_PAKE_OPTIONS.inject) + .option('--inject ', 'Injection of .js or .css files', DEFAULT_PAKE_OPTIONS.inject) .option('--debug', 'Debug build and more output', DEFAULT_PAKE_OPTIONS.debug) .addOption(new Option('--proxy-url ', 'Proxy URL for all network requests').default(DEFAULT_PAKE_OPTIONS.proxyUrl).hideHelp()) .addOption(new Option('--user-agent ', 'Custom user agent').default(DEFAULT_PAKE_OPTIONS.userAgent).hideHelp())