aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorNikita Kudinov <[email protected]>2022-06-26 19:29:49 +0300
committerGitHub <[email protected]>2022-06-26 20:29:49 +0400
commit84a7812a082d65d41da8be8b63759c7cbe0cdad5 (patch)
tree67ce9ca4c58fc2aee8973c1d6797c14ec485c3c0 /src/util
parentfa372ff6b116ccd900b373f925a6f707f2c910cb (diff)
downloadcountryfetch-84a7812a082d65d41da8be8b63759c7cbe0cdad5.tar.xz
countryfetch-84a7812a082d65d41da8be8b63759c7cbe0cdad5.zip
Fix typo (#4)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/logger.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/logger.ts b/src/util/logger.ts
index 58745b7..4df9fb7 100644
--- a/src/util/logger.ts
+++ b/src/util/logger.ts
@@ -62,7 +62,7 @@ export class Logger {
"\n",
"\nARGS:\n",
"\tsync",
- "\n\t\tSynchronize database. Stores countries' data in ~/.cache/conntryfetch/countries.json.",
+ "\n\t\tSynchronize database. Stores countries' data in ~/.cache/countryfetch/countries.json.",
"\n\t\tPass additional argument 'sync flag' to fetch and convert flags in ASCII art.",
"\n\t\tAfter syncing flags, every countryfetch command will display flag ASCII art.",
"\n",