File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ const { version } = require("../package.json");
2121const helpMessage = `COVID-19 Tracker CLI v${ version } by Waren Gonzaga with Wareneutron Developers
2222Usage: 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
2828Options:
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
3434let output : string = "" ;
3535const main = async ( ) => {
Original file line number Diff line number Diff 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` ;
You can’t perform that action at this time.
0 commit comments