chore(branding): update description to 'Network UPS Shutdown Tool'

This commit is contained in:
2025-10-20 00:40:52 +00:00
parent e5f1ebf343
commit df417432b0
2 changed files with 2 additions and 2 deletions

View File

@@ -469,7 +469,7 @@ export class NupstCli {
private showVersion(): void {
const version = this.nupst.getVersion();
logger.log(`NUPST version ${version}`);
logger.log('Deno-powered UPS monitoring tool');
logger.log('Network UPS Shutdown Tool (https://nupst.serve.zone)');
}
/**