update desc

This commit is contained in:
Tw93
2023-01-26 15:59:02 +08:00
parent 14e5415f8f
commit 3bc968e184
2 changed files with 2 additions and 2 deletions

2
bin/cli.ts vendored
View File

@@ -9,7 +9,7 @@ import { checkUpdateTips } from './helpers/updater.js';
// @ts-expect-error
import packageJson from '../package.json';
program.version(packageJson.version).description('A cli application can package a web page to desktop application.');
program.version(packageJson.version).description('A cli application can turn any webpage into a desktop app with Rust.');
program
.showHelpAfterError()