Skip to content

Commit

Permalink
Merge pull request #4884 from wasmerio/run-321-improve-description-wa…
Browse files Browse the repository at this point in the history
…smer-app

feat(cli): Amend `app` command description
  • Loading branch information
syrusakbary authored Jun 21, 2024
2 parents 24cda89 + 126e21c commit a6a5a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ enum Cmd {
/// Deploy apps to Wasmer Edge [alias: app deploy]
Deploy(crate::commands::app::deploy::CmdAppDeploy),

/// Manage deployed Edge apps
/// Create and manage Wasmer Edge apps
#[clap(subcommand, alias = "apps")]
App(crate::commands::app::CmdApp),

Expand Down

0 comments on commit a6a5a30

Please sign in to comment.