feature(cloudcmd) progress-of-copying -> progress

This commit is contained in:
coderaiser 2015-06-26 07:52:15 -04:00
parent c14c2ac696
commit 592f5b32b9

View file

@ -30,7 +30,7 @@
'server',
'online',
'minify',
'progress-of-copying'
'progress'
],
default: {
server : true,
@ -41,8 +41,7 @@
editor : config('editor') || 'edward',
username : config('username'),
root : config('root') || '/',
'progress-of-copying': config('progressOfCopying')
progress : config('progress')
},
alias: {
v: 'version',