changes according to code review

This commit is contained in:
Julien Gilli 2017-03-08 17:58:04 -08:00
parent 679157d453
commit d2fce639dd
1 changed files with 1 additions and 3 deletions

View File

@ -157,7 +157,7 @@ do_create.options = [
}
];
do_create.synopses = ['{{name}} {{cmd}} [OPTIONS] VOLUME'];
do_create.synopses = ['{{name}} {{cmd}} [OPTIONS]'];
do_create.help = [
/* BEGIN JSSTYLED */
@ -167,8 +167,6 @@ do_create.help = [
'',
'{{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',
'in the future. Use "-j" to explicitly get JSON output.'
/* END JSSTYLED */