diff --git a/src/options.ts b/src/options.ts index 045b66be..a0e5d4c0 100644 --- a/src/options.ts +++ b/src/options.ts @@ -61,7 +61,7 @@ export const CONFIG_OPT = new Option( ).argParser(parsePath); export const FORMAT_OPT = new Option( - '-f, --format ', + '--format ', 'Localization files format.' ).choices([ 'JSON_TOLGEE',