Valid formatting options fix

This commit is contained in:
Michal Szczepanski 2019-07-22 22:48:58 +02:00
parent b3d9b10317
commit 0fa89f0c04
1 changed files with 1 additions and 1 deletions

2
gd.js
View File

@ -7,7 +7,7 @@ const help = `
--output -o output format (optional - default text)
`
const supportedOutput = ['text', 'xml'];
const supportedOutput = ['text', 'json'];
const ERR_INVALID_OUTPUT = `
Invalid output
Please specify one of those values : "${supportedOutput}"