Valid formatting options fix
This commit is contained in:
parent
b3d9b10317
commit
0fa89f0c04
2
gd.js
2
gd.js
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user