changes according to code review
This commit is contained in:
parent
679157d453
commit
d2fce639dd
@ -157,7 +157,7 @@ do_create.options = [
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
do_create.synopses = ['{{name}} {{cmd}} [OPTIONS] VOLUME'];
|
do_create.synopses = ['{{name}} {{cmd}} [OPTIONS]'];
|
||||||
|
|
||||||
do_create.help = [
|
do_create.help = [
|
||||||
/* BEGIN JSSTYLED */
|
/* BEGIN JSSTYLED */
|
||||||
@ -167,8 +167,6 @@ do_create.help = [
|
|||||||
'',
|
'',
|
||||||
'{{options}}',
|
'{{options}}',
|
||||||
'',
|
'',
|
||||||
'Where VOLUME is a package id (full UUID), exact name, or short id.',
|
|
||||||
'',
|
|
||||||
'Note: Currently this dumps prettified JSON by default. That might change',
|
'Note: Currently this dumps prettified JSON by default. That might change',
|
||||||
'in the future. Use "-j" to explicitly get JSON output.'
|
'in the future. Use "-j" to explicitly get JSON output.'
|
||||||
/* END JSSTYLED */
|
/* END JSSTYLED */
|
||||||
|
Reference in New Issue
Block a user