updated description of url

This commit is contained in:
loicbersier 2018-10-12 16:11:18 +02:00
parent e3e7e2d095
commit d440e59829

View file

@ -11,7 +11,7 @@ module.exports = class faceappCommand extends Command {
args: [
{
key: 'url',
prompt: 'Wich image would you want to process',
prompt: 'Wich image would you want to process (default to empty so you can also send an image without the adress)',
type: 'string',
default: ''
},