From bb8c7851d28fe690420897737c85a60f04a80c57 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 18 Jun 2018 10:43:19 -0700 Subject: [PATCH] Fix composer-cli command help text sources shouldn't be indented details for a compose are 'details' not 'info' --- src/bin/composer-cli | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/bin/composer-cli b/src/bin/composer-cli index 7148dab7..f8ccf82a 100755 --- a/src/bin/composer-cli +++ b/src/bin/composer-cli @@ -37,7 +37,7 @@ compose start Start a compose using the selected blueprint log [kB] Show the last 1kB of the compose log. cancel Cancel a running compose and delete any intermediate results. delete Delete the listed compose results. - info Show detailed information on the compose. + details Show detailed information on the compose. metadata Download the metadata use to create the compose to -metadata.tar logs Download the compose logs to -logs.tar results Download all of the compose results; metadata, logs, and image to .tar @@ -61,11 +61,11 @@ blueprints list List the names of the available blueprints. modules list List the available modules. projects list List the available projects. info Show details about the listed projects. - sources list List the available sources - sources info Details about the source. - sources add Add a package source to the server. - sources change Change an existing source - sources delete Delete a package source. +sources list List the available sources +sources info Details about the source. +sources add Add a package source to the server. +sources change Change an existing source +sources delete Delete a package source. """ def get_parser():