Fix composer-cli command help text

sources shouldn't be indented
details for a compose are 'details' not 'info'
This commit is contained in:
Brian C. Lane 2018-06-18 10:43:19 -07:00
parent 2ddad4dd82
commit bb8c7851d2

View File

@ -37,7 +37,7 @@ compose start <blueprint> <type> Start a compose using the selected blueprint
log <uuid> [<size>kB] Show the last 1kB of the compose log. log <uuid> [<size>kB] Show the last 1kB of the compose log.
cancel <uuid> Cancel a running compose and delete any intermediate results. cancel <uuid> Cancel a running compose and delete any intermediate results.
delete <uuid,...> Delete the listed compose results. delete <uuid,...> Delete the listed compose results.
info <uuid> Show detailed information on the compose. details <uuid> Show detailed information on the compose.
metadata <uuid> Download the metadata use to create the compose to <uuid>-metadata.tar metadata <uuid> Download the metadata use to create the compose to <uuid>-metadata.tar
logs <uuid> Download the compose logs to <uuid>-logs.tar logs <uuid> Download the compose logs to <uuid>-logs.tar
results <uuid> Download all of the compose results; metadata, logs, and image to <uuid>.tar results <uuid> Download all of the compose results; metadata, logs, and image to <uuid>.tar