diff --git a/lib/do_volume/do_create.js b/lib/do_volume/do_create.js index 8f38175..de6a630 100644 --- a/lib/do_volume/do_create.js +++ b/lib/do_volume/do_create.js @@ -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 */