diff options
| author | Pridon Tetradze <[email protected]> | 2024-07-20 01:05:46 +0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-20 01:05:46 +0400 |
| commit | 5443c12367614ea3c9e32db516b533cd65cd3de2 (patch) | |
| tree | fc9f0499c260a195a058864a882acd118bc01dba /src | |
| parent | 8c0f89c076ef014e49982fc5196215f695c6879b (diff) | |
| download | countryfetch-master.tar.xz countryfetch-master.zip | |
Diffstat (limited to 'src')
| -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 34de473..ebf4ad1 100644 --- a/src/util/logger.ts +++ b/src/util/logger.ts @@ -75,7 +75,7 @@ export class Logger { "\nARGS:\n", "\tsync", "\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\tPass additional argument 'sync flags' to fetch and convert flags in ASCII art.", "\n\t\tAfter syncing flags, every countryfetch command will display flag ASCII art.", "\n", "\n\trandom", |
