Skip to content

Commit 2706199

Browse files
committed
👌 IMPROVE: Update info
1 parent 72764dd commit 2706199

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/cli.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ const { version } = require("../package.json");
2121
const helpMessage = `COVID-19 Tracker CLI v${version} by Waren Gonzaga with Wareneutron Developers
2222
Usage: covid [COUNTRY] [OPTIONS...]
2323
24-
Country: Can be a country name or ISO 3166-1 alpha-2 country code
25-
Ex: ph = Philippines, kr = South Korea
26-
Leave empty to show global data
24+
Country: Can be a country name or ISO 3166-1 alpha-2 country code
25+
Ex: ph = Philippines, kr = South Korea
26+
Leave empty to show global data
2727
2828
Options:
29-
--history Show a chart of country's cases of world's cases
30-
--mode Use with --history to make show a chart of cases, deaths, or recovered
31-
--quiet Only show necessary information
32-
--plain Enable plain mode`;
29+
--history Show a chart of country's cases of world's cases
30+
--mode Use with --history to make show a chart of cases, deaths, or recovered
31+
--quiet Only show necessary information
32+
--plain Enable plain mode`;
3333

3434
let output: string = "";
3535
const main = async () => {

src/utils/generateOutput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const generateOutput: (
4646
: "";
4747

4848
// @ts-expect-error: Missing type definitions causes TS to highlight brightRed
49-
response += `(Buy Me A Coffee) warengonza.ga/coffee4dev\n`.brightRed; //BMC link
49+
response += `(Buy Us A Coffee) wareneutron.com/donate\n`.brightRed; //BMC link
5050

5151
if (!quiet) {
5252
response += `${"═".repeat(60)}\n`;

0 commit comments

Comments
 (0)