Skip to content

Commit

Permalink
fix docstring in spin deploy to match spin cloud deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com>
  • Loading branch information
bacongobbler committed Feb 15, 2023
1 parent 8ac7598 commit 7b08785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const BINDLE_REGISTRY_URL_PATH: &str = "api/registry";

/// Package and upload an application to the Fermyon Platform.
#[derive(Parser, Debug)]
#[clap(about = "Deploy a Spin application")]
#[clap(about = "Package and upload an application to the Fermyon Platform")]
pub struct DeployCommand {
/// Path to spin.toml
#[clap(
Expand Down

0 comments on commit 7b08785

Please sign in to comment.