style
This commit is contained in:
parent
40c710d601
commit
1d6a8178bd
@ -80,7 +80,7 @@ do_delete_instance.help = [
|
|||||||
' {{name}} delete <alias|id>',
|
' {{name}} delete <alias|id>',
|
||||||
'',
|
'',
|
||||||
'{{options}}'
|
'{{options}}'
|
||||||
];
|
].join('\n');
|
||||||
do_delete_instance.options = [
|
do_delete_instance.options = [
|
||||||
{
|
{
|
||||||
names: ['help', 'h'],
|
names: ['help', 'h'],
|
||||||
|
@ -24,7 +24,7 @@ function do_startstop_instance(action) {
|
|||||||
f(' {{name}} %s <alias|id>', action),
|
f(' {{name}} %s <alias|id>', action),
|
||||||
f(''),
|
f(''),
|
||||||
f('{{options}}')
|
f('{{options}}')
|
||||||
];
|
].join('\n');
|
||||||
_do_startstop_instance.options = [
|
_do_startstop_instance.options = [
|
||||||
{
|
{
|
||||||
names: ['help', 'h'],
|
names: ['help', 'h'],
|
||||||
|
Reference in New Issue
Block a user