diff options
| author | Nikita Kudinov <[email protected]> | 2022-06-26 19:29:49 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-26 20:29:49 +0400 |
| commit | 84a7812a082d65d41da8be8b63759c7cbe0cdad5 (patch) | |
| tree | 67ce9ca4c58fc2aee8973c1d6797c14ec485c3c0 | |
| parent | fa372ff6b116ccd900b373f925a6f707f2c910cb (diff) | |
| download | countryfetch-84a7812a082d65d41da8be8b63759c7cbe0cdad5.tar.xz countryfetch-84a7812a082d65d41da8be8b63759c7cbe0cdad5.zip | |
Fix typo (#4)
| -rw-r--r-- | src/util/logger.ts | 2 |
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", |
